Searched refs:QuantizeV2 (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_QuantizeV2.pbtxt | 2 graph_op_name: "QuantizeV2"
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_QuantizeV2.pbtxt | 2 graph_op_name: "QuantizeV2"
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | quantize_nodes_test.cc | 534 QuantizeV2 quantize_op(root.WithOpName("quantize_op"), dequantize_op, in TestRemoveRedundantQuantization() 536 QuantizeV2::Attrs().Mode("MIN_FIRST")); in TestRemoveRedundantQuantization() 633 QuantizeV2 quantize_op(root.WithOpName("quantize_op"), dequantize_op, in TestRemoveRedundantQuantizationWithBiasAdd() 635 QuantizeV2::Attrs().Mode("MIN_FIRST")); in TestRemoveRedundantQuantizationWithBiasAdd() 759 QuantizeV2 quantize_op(root.WithOpName("quantize_op"), dequantize_op, in TestRemoveRedundantQuantizationWithMultipleOutputs() 761 QuantizeV2::Attrs().Mode("MIN_FIRST")); in TestRemoveRedundantQuantizationWithMultipleOutputs() 984 QuantizeV2 quantize_op(root.WithOpName("quantize_op"), dequantize_op, in TestMergeAdjacentRequantizes() 986 QuantizeV2::Attrs().Mode("MIN_FIRST")); in TestMergeAdjacentRequantizes() 1173 QuantizeV2 quantize_op1(root.WithOpName("quantize_op1"), dequantize_op, in TestMergeDuplicateQuantizes() 1175 QuantizeV2::Attrs().Mode("MIN_FIRST")); in TestMergeDuplicateQuantizes() [all …]
|
D | transform_utils_test.cc | 634 QuantizeV2 quantize_a(root.WithOpName("quantize_a"), a_const, a_const, in TestRenameNodeInputsWithWildcard() 636 QuantizeV2::Attrs().Mode("MIN_FIRST")); in TestRenameNodeInputsWithWildcard() 642 QuantizeV2 quantize_b(root.WithOpName("quantize_b"), b_const, b_const, in TestRenameNodeInputsWithWildcard() 644 QuantizeV2::Attrs().Mode("MIN_FIRST")); in TestRenameNodeInputsWithWildcard()
|
D | README.md | 903 {"QuantizeV2", 932 This is looking for QuantizeV2 nodes, with three inputs, the first of which is a
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QuantizeV2.pbtxt | 2 graph_op_name: "QuantizeV2"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantize_op_test.cc | 31 TEST_F(QuantizedOpTest, QuantizeV2) { in TEST_F() argument
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | tf_tests.cmake | 319 … "${tensorflow_source_dir}/tensorflow/python/kernel_tests/depthtospace_op_test.py" # QuantizeV2 320 … "${tensorflow_source_dir}/tensorflow/python/kernel_tests/spacetodepth_op_test.py" # QuantizeV2
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2408 name: "QuantizeV2"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2408 name: "QuantizeV2"
|
/external/tensorflow/ |
D | RELEASE.md | 1587 QuantizeV2, RequantizationRange, and Requantize.
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v1.pbtxt | 46376 name: "QuantizeV2" 46429 name: "QuantizeV2" 46483 name: "QuantizeV2" 46550 name: "QuantizeV2"
|
D | ops_history.v2.pbtxt | 45793 name: "QuantizeV2" 45846 name: "QuantizeV2" 45900 name: "QuantizeV2" 45967 name: "QuantizeV2"
|
D | ops_history.v0.pbtxt | 20891 name: "QuantizeV2"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 14512 func QuantizeV2(scope *Scope, input tf.Output, min_range tf.Output, max_range tf.Output, T tf.DataT… func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 23587 name: "QuantizeV2"
|