index
int64
repo_id
string
file_path
string
content
string
0
java-sources/ai/djl/huggingface/tokenizers/0.34.0/ai/djl/huggingface
java-sources/ai/djl/huggingface/tokenizers/0.34.0/ai/djl/huggingface/zoo/package-info.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/java/java/0.20.0/ai/djl/java
java-sources/ai/djl/java/java/0.20.0/ai/djl/java/engine/JavaEngine.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/java/java/0.20.0/ai/djl/java
java-sources/ai/djl/java/java/0.20.0/ai/djl/java/engine/JavaEngineProvider.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/java/java/0.20.0/ai/djl/java
java-sources/ai/djl/java/java/0.20.0/ai/djl/java/engine/JavaNDArray.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/java/java/0.20.0/ai/djl/java
java-sources/ai/djl/java/java/0.20.0/ai/djl/java/engine/JavaNDManager.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/java/java/0.20.0/ai/djl/java
java-sources/ai/djl/java/java/0.20.0/ai/djl/java/engine/package-info.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381/classification/SimpleBinaryClassifier.java
package ai.djl.jsr381.classification; import ai.djl.inference.Predictor; import ai.djl.repository.zoo.ZooModel; import ai.djl.translate.TranslateException; import javax.visrec.ml.ClassificationException; import javax.visrec.ml.classification.BinaryClassifier; /** Implementation of a {@link BinaryClassifier} with DJL....
0
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381/classification/SimpleImageClassifier.java
package ai.djl.jsr381.classification; import ai.djl.inference.Predictor; import ai.djl.modality.Classifications; import ai.djl.repository.zoo.ZooModel; import ai.djl.translate.TranslateException; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.io.InputStream; import ja...
0
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381/dataset/CsvDataset.java
package ai.djl.jsr381.dataset; import ai.djl.ndarray.NDArray; import ai.djl.ndarray.NDList; import ai.djl.ndarray.NDManager; import ai.djl.training.dataset.RandomAccessDataset; import ai.djl.training.dataset.Record; import java.io.File; import java.io.IOException; import java.io.Reader; import java.nio.file.Files; imp...
0
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381/detection/SimpleObjectDetector.java
package ai.djl.jsr381.detection; import ai.djl.inference.Predictor; import ai.djl.modality.cv.output.DetectedObjects; import ai.djl.modality.cv.output.Rectangle; import ai.djl.repository.zoo.ZooModel; import ai.djl.translate.TranslateException; import java.awt.image.BufferedImage; import java.util.ArrayList; import ja...
0
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381/spi/DjlBinaryClassifierFactory.java
package ai.djl.jsr381.spi; import ai.djl.Model; import ai.djl.jsr381.classification.SimpleBinaryClassifier; import ai.djl.jsr381.dataset.CsvDataset; import ai.djl.metric.Metrics; import ai.djl.ndarray.NDArray; import ai.djl.ndarray.NDList; import ai.djl.ndarray.NDManager; import ai.djl.ndarray.types.Shape; import ai.d...
0
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381/spi/DjlImageClassifierFactory.java
package ai.djl.jsr381.spi; import ai.djl.MalformedModelException; import ai.djl.Model; import ai.djl.jsr381.classification.SimpleImageClassifier; import ai.djl.modality.Classifications; import ai.djl.modality.cv.transform.CenterCrop; import ai.djl.modality.cv.transform.Resize; import ai.djl.modality.cv.transform.ToTen...
0
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381/spi/DjlImageFactoryService.java
package ai.djl.jsr381.spi; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.util.Map; import java.util.Objects; import java.util.Optional; import java.util.concurrent.ConcurrentHashMap; import javax.imageio.ImageIO; impor...
0
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381/spi/DjlImplementationService.java
package ai.djl.jsr381.spi; import javax.visrec.spi.ImplementationService; /** * DJL' {@link ImplementationService}. * * @author Frank Liu */ public class DjlImplementationService extends ImplementationService { /** {@inheritDoc} */ @Override public String getName() { return "DJL"; } ...
0
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381
java-sources/ai/djl/jsr381/jsr381/0.4.1/ai/djl/jsr381/spi/DjlServiceProvider.java
package ai.djl.jsr381.spi; import javax.visrec.spi.BuilderService; import javax.visrec.spi.ImageFactoryService; import javax.visrec.spi.ImplementationService; import javax.visrec.spi.ServiceProvider; /** * {@link ServiceProvider} implementation with DJL. * * @author Frank Liu */ public final class DjlServiceProvi...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/engine/LlamaEngine.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/engine/LlamaEngineProvider.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/engine/LlamaInput.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/engine/LlamaModel.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/engine/LlamaTranslator.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/engine/LlamaTranslatorFactory.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/engine/package-info.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/jni/InputParameters.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/jni/LibUtils.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/jni/LlamaLibrary.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/jni/ModelParameters.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/jni/Token.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/jni/TokenIterator.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/jni/package-info.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/zoo/LlamaModelZoo.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/zoo/LlamaZooProvider.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama
java-sources/ai/djl/llama/llama/0.28.0/ai/djl/llama/zoo/package-info.java
/* * Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/LgbmDataset.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/LgbmEngine.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/LgbmEngineProvider.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/LgbmModel.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/LgbmNDArray.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/LgbmNDManager.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/LgbmSymbolBlock.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/package-info.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/jni/JniUtils.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/jni/LibUtils.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm
java-sources/ai/djl/ml/lightgbm/lightgbm/0.34.0/ai/djl/ml/lightgbm/jni/package-info.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml/xgboost/XgbEngine.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml/xgboost/XgbEngineProvider.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml/xgboost/XgbModel.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml/xgboost/XgbNDArray.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml/xgboost/XgbNDManager.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml/xgboost/XgbSymbolBlock.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ai/djl/ml/xgboost/package-info.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/com/sun
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/com/sun/jna/PointerProxy.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/com/sun
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/com/sun/jna/package-info.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ml/dmlc/xgboost4j
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ml/dmlc/xgboost4j/java/JniUtils.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ml/dmlc/xgboost4j
java-sources/ai/djl/ml/xgboost/xgboost/0.34.0/ml/dmlc/xgboost4j/java/package-info.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/BasicModelZoo.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/BasicZooProvider.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/package-info.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/basic/Mlp.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/basic/MlpBlockFactory.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/basic/package-info.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/package-info.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/AlexNet.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/GoogLeNet.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/LeNet.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/MobileNetV1.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/MobileNetV2.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/NiN.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/ResNetV1.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/ResnetBlockFactory.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/SqueezeNet.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/VGG.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/classification/package-info.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection/ssd/SingleShotDetection.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection/ssd/SsdBlockFactory.java
/* * Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection/ssd/package-info.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection/yolo/YOLOV3.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/cv/object_detection/yolo/package-info.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/nlp/SimpleTextDecoder.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/nlp/SimpleTextEncoder.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/nlp/package-info.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/tabular/TabNet.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo
java-sources/ai/djl/model-zoo/0.34.0/ai/djl/basicmodelzoo/tabular/package-info.java
/* * Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/package-info.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/CachedOp.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/GradReq.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxDataType.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxDeviceType.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxEngine.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxEngineProvider.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxGradientCollector.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxModel.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxNDArray.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxNDArrayEx.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxNDArrayIndexer.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxNDManager.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxOpParams.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxParameterServer.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/MxSymbolBlock.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/Symbol.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
0
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet
java-sources/ai/djl/mxnet/mxnet-engine/0.34.0/ai/djl/mxnet/engine/package-info.java
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...