HomeSort by relevance Sort by last modified time
    Searched full:qint8 (Results 26 - 50 of 71) sorted by null

12 3

  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_DepthToSpace.pbtxt 31 `qint8 [ batch, channels / 4, height, width, 4 ]`
api_def_SpaceToDepth.pbtxt 28 `qint8 [ batch, channels / 4, height, width, 4 ]`
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_tensor_coding_test.cc 92 DoTest<qint8>(DT_QINT8);
  /external/tensorflow/tensorflow/core/kernels/
concat_lib_cpu.cc 72 REGISTER(qint8)
maxpooling_op.cc     [all...]
quantize_op.cc 242 Name("QuantizeV2").Device(DEVICE_CPU).TypeConstraint<qint8>("T"),
243 QuantizeV2Op<CPUDevice, qint8>);
list_kernels.cc 485 REGISTER_TENSOR_LIST_STACK_CPU(qint8);
501 REGISTER_TENSOR_LIST_FROM_TENSOR_CPU(qint8);
depthtospace_op_gpu.cu.cc 232 // NCHW_VECT_C with 4 x qint8 can be treated as NCHW int32.
pooling_ops_common.h 273 reinterpret_cast<const int32*>(input.flat<qint8>().data()),
278 reinterpret_cast<int32*>(output->flat<qint8>().data()),
406 if (std::is_same<T, qint8>::value) {
concat_op.cc 172 REGISTER_CONCAT(qint8); variable
spacetodepth_op_gpu.cu.cc 228 // NCHW_VECT_C with 4 x qint8 can be treated as NCHW int32.
quantization_utils_test.cc 619 TestRequantizeManyInNewRangeEigenVsNonEigen<qint32, qint8>();
644 TestFloatToQuantizedInPlaceUsingEigen<qint8>(&eigen_device);
723 TestQuantizedToFloatInPlaceUsingEigen<qint8>(&eigen_device);
    [all...]
  /external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
fused_conv2d_bias_activation_op_test.py 632 conv_input: A `Tensor` of type `qint8` in NCHW_VECT_C layout.
633 kernel: A `Tensor` of type `qint8` in OIHW_VECT_I layout.
637 side_input: A `Tensor` of type `qint8` in NCHW_VECT_C layout.
640 A `Tensor` of type `qint8` in NCHW_VECT_C layout.
655 NchwToNchwVectC(nn_ops.relu(logit)), -128, 127, dtypes.qint8)
818 dtype=dtypes.float32), -1.0, 1.0, dtypes.qint8)
828 dtype=dtypes.float32), -1.0, 1.0, dtypes.qint8)
841 dtype=dtypes.float32), -1.0, 1.0, dtypes.qint8)
    [all...]
  /external/tensorflow/tensorflow/core/framework/
register_types.h 78 #define TF_CALL_qint8(m) m(::tensorflow::qint8)
109 #define TF_CALL_qint8(m) m(::tensorflow::qint8)
tensor_test.cc 312 t.matrix<qint8>()(a, b) = qint8(a * b);
315 TestCopies<qint8>(t);
723 auto nchw_vect_c = t_nchw_vect_c.tensor<qint8, 5>();
911 Tensor t1 = test::AsTensor<qint8>({0, 1, 2, 3, 4, 5}, {2, 3});
913 t2.flat<qint8>() = t1.flat<qint8>() + qint8(-2);
914 Tensor t3 = test::AsTensor<qint8>({-2, -1, 0, 1, 2, 3}, {2, 3});
915 test::ExpectTensorEqual<qint8>(t2, t3)
    [all...]
types_test.cc 112 EXPECT_TRUE(GetQuantized<qint8>());
  /external/tensorflow/tensorflow/core/distributed_runtime/
tensor_coding_test.cc 148 DoTest<qint8>(DT_QINT8);
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util.h 124 TENSOR_PROTO_EXTRACT_TYPE(qint8, int, int32);
  /external/tensorflow/tensorflow/python/framework/
tensor_util.py 101 dtypes.qint8.as_numpy_dtype:
167 dtypes.qint8.as_numpy_dtype: SlowAppendQIntArrayToTensorProto,
230 dtypes.int8, dtypes.int64, dtypes.qint8, dtypes.quint8, dtypes.qint16,
327 dtypes.qint8: [_FilterInt, _FilterTuple],
400 dtypes.qint8, dtypes.quint8, dtypes.qint16, dtypes.quint16,
589 dtypes.qint32, dtypes.quint8, dtypes.qint8, dtypes.qint16, dtypes.quint16,
    [all...]
tensor_util_test.py 427 t = tensor_util.make_tensor_proto(data, dtype=dtypes.qint8)
434 self.assertEquals(dtypes.qint8.as_numpy_dtype, a.dtype)
701 tensor_util.make_tensor_proto(3, dtype=dtypes.qint8)
703 tensor_util.make_tensor_proto([3], dtype=dtypes.qint8)
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
depthtospace_op_test.py 238 # Initialize the input tensor with qint8 values that circle -127..127.
243 t, _, _ = gen_array_ops.quantize_v2(t, -128.0, 127.0, dtypes.qint8)
spacetodepth_op_test.py 236 # Initialize the input tensor with qint8 values that circle -127..127.
241 t, _, _ = gen_array_ops.quantize_v2(t, -128.0, 127.0, dtypes.qint8)
  /external/tensorflow/tensorflow/python/
__init__.py 239 'qint8',
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle_test.cc 314 TestBasic<qint8>();
457 TestNonStandardShapes<qint8>();
  /external/tensorflow/tensorflow/python/ops/
state_ops.py 203 `int8`, `complex64`, `complex128`, `qint8`, `quint8`, `qint32`, `half`.
232 `int8`, `complex64`, `complex128`, `qint8`, `quint8`, `qint32`, `half`.

Completed in 373 milliseconds

12 3