HomeSort by relevance Sort by last modified time
    Searched refs:TF_INT16 (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/lib/core/
ndarray_tensor_bridge.cc 136 case TF_INT16:
ndarray_tensor.cc 102 *out_tf_datatype = TF_INT16;
  /external/tensorflow/tensorflow/go/
tensor.go 44 Int16 DataType = C.TF_INT16
227 {reflect.TypeOf(int16(0)), C.TF_INT16},
  /external/tensorflow/tensorflow/c/
c_api.h 103 TF_INT16 = 5,
    [all...]
c_api_test.cc 276 EXPECT_EQ(TF_INT16, static_cast<TF_DataType>(tensorflow::DT_INT16));
    [all...]

Completed in 49 milliseconds