Searched refs:QuantizeV2 (Results 1 – 19 of 19) sorted by relevance
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | QuantizeV2.pbtxt | 2 name: "QuantizeV2" 55 name: "QuantizeV2" 109 name: "QuantizeV2" 176 name: "QuantizeV2" 243 name: "QuantizeV2" 324 name: "QuantizeV2"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | QuantizeV2.pbtxt | 2 name: "QuantizeV2" 55 name: "QuantizeV2" 109 name: "QuantizeV2" 176 name: "QuantizeV2" 243 name: "QuantizeV2"
|
/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_Dequantize.pbtxt | 62 and `QuantizeV2`, using the following algorithm:
|
D | api_def_QuantizeV2.pbtxt | 2 graph_op_name: "QuantizeV2"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantize_op_test.cc | 37 TEST_F(QuantizedOpTest, QuantizeV2) { in TEST_F() argument
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 319 * `raw_ops.QuantizeV2`
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2980 name: "QuantizeV2"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2980 name: "QuantizeV2"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 45130 name: "QuantizeV2" 45183 name: "QuantizeV2" 45237 name: "QuantizeV2" 45304 name: "QuantizeV2"
|
D | ops_history.v0.pbtxt | 20891 name: "QuantizeV2"
|
/external/tensorflow/ |
D | RELEASE.md | 4260 QuantizeV2, RequantizationRange, and Requantize.
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 43571 func QuantizeV2(scope *Scope, input tf.Output, min_range tf.Output, max_range tf.Output, T tf.DataT… func
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 3190 and `QuantizeV2`, using the following algorithm:
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 30444 name: "QuantizeV2"
|