Home | History | Annotate | Download | only in tensorflow

Lines Matching refs:TensorFlow

1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
16 package org.tensorflow;
20 import org.tensorflow.types.UInt8;
39 * <p>TensorFlow uses the STRING type for an arbitrary sequence of bytes.
51 // The integer value must match the corresponding TF_* value in the TensorFlow C API.
56 /** Corresponding value of the TF_DataType enum in the TensorFlow C API. */
71 "DataType " + c + " is not recognized in Java (version " + TensorFlow.version() + ")");
77 * @param c The class describing the TensorFlow type of interest.
79 * @throws IllegalArgumentException if objects of {@code c} do not correspond to a TensorFlow
86 c.getName() + " objects cannot be used as elements in a TensorFlow Tensor");