Home
last modified time | relevance | path

Searched refs:qint16 (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtype_traits.h47 struct is_quantized<qint16> : true_type {};
86 class numeric_limits<tensorflow::qint16>
101 struct is_signed<tensorflow::qint16> : public is_signed<tensorflow::int16> {};
Dregister_types.h82 #define TF_CALL_qint16(m) m(::tensorflow::qint16)
113 #define TF_CALL_qint16(m) m(::tensorflow::qint16)
Dnumeric_types.h40 typedef Eigen::QInt16 qint16; typedef
Dtensor.cc298 PROTO_TRAITS(qint16, int32, int);
696 CASE(qint16, SINGLE_ARG(STMTS)) \
Dtypes.h397 MATCH_TYPE_AND_ENUM(qint16, DT_QINT16);
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py165 return self.base_dtype in [qint8, quint8, qint16, quint16, qint32]
365 qint16 = DType(types_pb2.DT_QINT16) variable
419 types_pb2.DT_QINT16: qint16,
547 (_np_qint16, qint16),
644 qint8, quint8, qint16, quint16, qint32, qint8_ref, quint8_ref, qint16_ref,
Dtensor_util.py105 dtypes.qint16.as_numpy_dtype:
169 dtypes.qint16.as_numpy_dtype: SlowAppendQIntArrayToTensorProto,
230 dtypes.int8, dtypes.int64, dtypes.qint8, dtypes.quint8, dtypes.qint16,
325 dtypes.qint16: [_FilterInt, _FilterTuple],
400 dtypes.qint8, dtypes.quint8, dtypes.qint16, dtypes.quint16,
589 dtypes.qint32, dtypes.quint8, dtypes.qint8, dtypes.qint16, dtypes.quint16,
Dtensor_util_test.py454 t = tensor_util.make_tensor_proto(data, dtype=dtypes.qint16)
468 self.assertEquals(dtypes.qint16.as_numpy_dtype, a.dtype)
Dfunction.py1019 dtypes.qint16: "qi16",
/external/tensorflow/tensorflow/core/kernels/
Ddequantize_op.cc140 Name("Dequantize").Device(DEVICE_CPU).TypeConstraint<qint16>("T"),
141 DequantizeOp<CPUDevice, qint16>);
Ddequantize_op_test.cc121 RunDequantizeMinCombinedTest<qint16>(0, 255.0f); in TEST_F()
177 BM_DequantizeMinCombinedCpu<qint16>(iters); in BM_DequantizeMinCombinedCpuQint16()
Dquantize_op.cc248 Name("QuantizeV2").Device(DEVICE_CPU).TypeConstraint<qint16>("T"),
249 QuantizeV2Op<CPUDevice, qint16>);
Dconcat_lib_cpu.cc74 REGISTER(qint16)
Dlist_kernels.cc487 REGISTER_TENSOR_LIST_STACK_CPU(qint16);
503 REGISTER_TENSOR_LIST_FROM_TENSOR_CPU(qint16);
Dconcat_op.cc174 REGISTER_CONCAT(qint16);
Dquantization_utils_test.cc646 TestFloatToQuantizedInPlaceUsingEigen<qint16>(&eigen_device); in TestFloatToQuantizedInPlaceUsingEigen()
725 TestQuantizedToFloatInPlaceUsingEigen<qint16>(&eigen_device); in TestQuantizedToFloatInPlaceUsingEigen()
Dremote_fused_graph_execute_utils.cc1383 dst_ptr = tensor->flat<qint16>().data(); in CopyByteArrayToTensor()
/external/tensorflow/tensorflow/python/ops/
Ddequantize_op_test.py45 dtypes.qint16: np.int16
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_tensor_coding_test.cc94 DoTest<qint16>(DT_QINT16); in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding_test.cc150 DoTest<qint16>(DT_QINT16); in TEST_F()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py338 param = array_ops.ones([int(2**11+1)], dtype=dtypes.qint16)
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.pbtxt440 name: "qint16"