HomeSort by relevance Sort by last modified time
    Searched full:signed_input (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantize_and_dequantize_op_gpu.cu.cc 33 bool signed_input, int num_bits, bool range_given,
37 d, input, signed_input, num_bits, range_given, input_min_tensor,
quantize_and_dequantize_op_test.cc 46 .Attr("signed_input", true)
72 .Attr("signed_input", true)
98 .Attr("signed_input", true)
129 .Attr("signed_input", true)
159 .Attr("signed_input", true)
189 .Attr("signed_input", true)
218 .Attr("signed_input", true)
248 .Attr("signed_input", true)
277 .Attr("signed_input", false)
303 .Attr("signed_input", false
    [all...]
quantize_and_dequantize_op.cc 46 OP_REQUIRES_OK(ctx, ctx->GetAttr("signed_input", &signed_input_));
100 OP_REQUIRES_OK(ctx, ctx->GetAttr("signed_input", &signed_input_));
151 OP_REQUIRES_OK(ctx, ctx->GetAttr("signed_input", &signed_input_));
199 const bool signed_input, const int num_bits,
203 d, input, signed_input, num_bits, range_given, input_min_tensor,
quantize_and_dequantize_op.h 29 bool signed_input, int num_bits, bool range_given,
38 bool signed_input, int num_bits, bool range_given,
62 if (signed_input) {
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_QuantizeAndDequantizeV2.pbtxt 24 name: "signed_input"
63 If signed_input is true, this is
68 Otherwise, if signed_input is false, the fixed-point range is
  /external/tensorflow/tensorflow/core/graph/
quantize_training.cc 52 bool signed_input; member in struct:tensorflow::__anon39634::EdgeToConvert
61 signed_input(sign),
79 bool FindType(const Graph* graph, const Node* node, bool* signed_input,
83 *signed_input = true;
87 *signed_input = false;
93 *signed_input = false;
98 *signed_input = false;
103 *signed_input = true;
113 FindType(graph, edge->src(), signed_input, range_given, input_min,
123 FindType(graph, edge->src(), signed_input, range_given, input_min
626 bool signed_input = false; local
    [all...]
quantize_training_test.cc 76 // Test that Quantization ops are created with the correct signed_input value.
110 // Quantize_and_dequantize node for identity should have signed_input==true.
116 SummarizeAttrValue(*identity_q_node->attrs().Find("signed_input")));
117 // Quantize_and_dequantize node for relu should have signed_input==false.
123 SummarizeAttrValue(*relu_q_node->attrs().Find("signed_input")));
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
quantize_and_dequantize_op.cc 29 OP_REQUIRES_OK(ctx, ctx->GetAttr("signed_input", &signed_input_));
68 // max_fixed]. If signed_input is true, this is
73 // Otherwise, if signed_input is false, the fixed-point range is
  /external/tensorflow/tensorflow/core/ops/
array_ops.cc     [all...]
ops.pbtxt     [all...]
  /external/tensorflow/tensorflow/core/ops/compat/
ops_history.v1.pbtxt     [all...]
ops_history.v0.pbtxt     [all...]

Completed in 922 milliseconds