HomeSort by relevance Sort by last modified time
    Searched defs:DT_QUINT8 (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantize_down_and_shrink_range_op_test.cc 59 Tensor expected(allocator(), DT_QUINT8, TensorShape({value_count}));
requantize_op_test.cc 61 Tensor expected(allocator(), DT_QUINT8, TensorShape({value_count}));
quantize_op_test.cc 47 Tensor expected(allocator(), DT_QUINT8, TensorShape({7}));
68 Tensor expected(allocator(), DT_QUINT8, TensorShape({8}));
99 Tensor expected(allocator(), DT_QUINT8, TensorShape({3}));
289 Tensor expected(allocator(), DT_QUINT8, TensorShape({6}));
311 Tensor expected(allocator(), DT_QUINT8, TensorShape({6}));
333 Tensor expected(allocator(), DT_QUINT8, TensorShape({3}));
355 Tensor expected(allocator(), DT_QUINT8, TensorShape({3}));
366 .Input(FakeInput(DT_QUINT8))

Completed in 888 milliseconds