/external/tensorflow/tensorflow/core/grappler/ |
D | utils_test.cc | 542 TestSetTensorValue<quint16>( in TEST() 545 TestSetTensorValue<quint16>(DT_QUINT16, 0, /*success=*/true, in TEST() 547 TestSetTensorValue<quint16>(DT_QUINT16, 8, /*success=*/true, in TEST() 549 TestSetTensorValue<quint16>(DT_QUINT16, std::numeric_limits<quint16>::min(), in TEST() 551 TestSetTensorValue<quint16>(DT_QUINT16, std::numeric_limits<quint16>::max(), in TEST() 553 TestSetTensorValue<quint16>(DT_QUINT16, kMinInt, /*success=*/false, in TEST() 555 TestSetTensorValue<quint16>(DT_QUINT16, kMaxInt, /*success=*/false, in TEST()
|
/external/tensorflow/tensorflow/core/framework/ |
D | type_traits.h | 49 struct is_quantized<quint16> : true_type {}; 89 class numeric_limits<tensorflow::quint16> 103 struct is_signed<tensorflow::quint16> : public is_signed<tensorflow::uint16> {};
|
D | register_types.h | 84 #define TF_CALL_quint16(m) m(::tensorflow::quint16) 115 #define TF_CALL_quint16(m) m(::tensorflow::quint16)
|
D | numeric_types.h | 42 typedef Eigen::QUInt16 quint16; typedef
|
D | tensor_util.h | 106 DEFINE_PROTO_FIELD_HELPER(quint16, int);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | dequantize_op.cc | 125 Name("Dequantize").Device(DEVICE_CPU).TypeConstraint<quint16>("T"), 126 DequantizeOp<CPUDevice, quint16>);
|
D | fill_functor.cc | 56 DEFINE_SETZERO_CPU(quint16); 139 DEFINE_FILL_CPU(quint16);
|
D | dequantize_op_test.cc | 124 RunDequantizeMinCombinedTest<quint16>(0, 255.0f); in TEST_F() 173 BM_DequantizeMinCombinedCpu<quint16>(iters); in BM_DequantizeMinCombinedCpuQuint16()
|
D | quantize_op.cc | 236 Name("QuantizeV2").Device(DEVICE_CPU).TypeConstraint<quint16>("T"), 237 QuantizeV2Op<CPUDevice, quint16>);
|
D | constant_op.cc | 110 REGISTER_KERNEL(GPU, quint16); 135 REGISTER_SYCL_KERNEL(SYCL, quint16); 196 REGISTER_KERNEL(CPU, quint16);
|
D | cast_op_test.cc | 97 TEST_CAST(in, quint16); 114 TEST_ALL_CASTS_FROM(quint16) in TEST_ALL_CASTS_FROM()
|
D | concat_lib_cpu.cc | 73 REGISTER(quint16)
|
D | concat_op.cc | 194 REGISTER_CONCAT(quint16);
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizeDownAndShrinkRange.pbtxt | 46 input_max is 1.0f, and we are dealing with quint16 quantized data, then a 0 51 data. For example, maybe that quint16 input has no values lower than 16,384 and
|
D | api_def_Requantize.pbtxt | 59 `input_max` is 1.0f, and we are dealing with `quint16` quantized data, then a 0
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_util.py | 117 dtypes.quint16.as_numpy_dtype: 180 dtypes.quint16.as_numpy_dtype: SlowAppendQIntArrayToTensorProto, 241 dtypes.quint16, dtypes.qint32, dtypes.uint32, dtypes.uint64 338 dtypes.quint16: [_FilterInt, _FilterTuple], 434 dtypes.qint8, dtypes.quint8, dtypes.qint16, dtypes.quint16, 625 dtypes.qint32, dtypes.quint8, dtypes.qint8, dtypes.qint16, dtypes.quint16
|
D | dtypes.py | 368 quint16 = DType(types_pb2.DT_QUINT16) variable 426 types_pb2.DT_QUINT16: quint16, 556 _np_quint16: quint16, 667 _QUANTIZED_DTYPES_NO_REF = frozenset([qint8, quint8, qint16, quint16, qint32])
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | literal_util_test.cc | 49 std::pair<int16, qint16>, std::pair<uint16, quint16>,
|
/external/tensorflow/tensorflow/python/ops/ |
D | dequantize_op_test.py | 44 dtypes.quint16: np.uint16,
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_tensor_coding_test.cc | 95 DoTest<quint16>(DT_QUINT16); in TEST_F()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | bitcast_op_test.py | 85 datatype = dtypes.quint16
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.dtypes.pbtxt | 76 name: "quint16"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.dtypes.pbtxt | 76 name: "quint16"
|
/external/tensorflow/tensorflow/core/util/ |
D | saved_tensor_slice_util.h | 126 TENSOR_PROTO_EXTRACT_TYPE(quint16, int, int32);
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | tensor_coding_test.cc | 151 DoTest<quint16>(DT_QUINT16); in TEST_F()
|