Home
last modified time | relevance | path

Searched defs:range_shape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantize_and_dequantize_op_test.cc143 const TensorShape range_shape = in TEST_P() local
194 const TensorShape range_shape = in TEST_P() local
248 const TensorShape range_shape = in TEST_P() local
331 const TensorShape range_shape = in TEST_P() local
386 const TensorShape range_shape = in TEST_P() local
H A Dquantize_and_dequantize_op.cc113 auto range_shape = (axis_ == -1) ? TensorShape({}) : TensorShape({depth}); in Compute() local
299 auto range_shape = (axis_ == -1) ? TensorShape({}) : TensorShape({depth}); in Compute() local