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

  /external/tensorflow/tensorflow/python/lib/core/
ndarray_tensor_bridge.cc 166 case TF_QUINT8:
ndarray_tensor.cc 50 *out_tf_datatype = TF_QUINT8;
  /external/tensorflow/tensorflow/go/
tensor.go 53 Quint8 DataType = C.TF_QUINT8
  /external/tensorflow/tensorflow/c/
c_api.h 111 TF_QUINT8 = 12, // Quantized uint8
    [all...]
c_api_test.cc 284 EXPECT_EQ(TF_QUINT8, static_cast<TF_DataType>(tensorflow::DT_QUINT8));
    [all...]

Completed in 262 milliseconds