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

  /external/tensorflow/tensorflow/python/lib/core/
ndarray_tensor_bridge.cc 163 case TF_QINT8:
ndarray_tensor.cc 52 *out_tf_datatype = TF_QINT8;
  /external/tensorflow/tensorflow/go/
tensor.go 52 Qint8 DataType = C.TF_QINT8
  /external/tensorflow/tensorflow/c/
c_api.h 110 TF_QINT8 = 11, // Quantized int8
    [all...]
c_api_test.cc 283 EXPECT_EQ(TF_QINT8, static_cast<TF_DataType>(tensorflow::DT_QINT8));
    [all...]

Completed in 4525 milliseconds