Searched refs:b_constant (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/tools/quantization/
H A Dquantize_graph_test.py53 b_constant_name = "b_constant"
60 b_constant = quantize_graph.create_constant_node(
62 float_graph_def.node.extend([b_constant])
353 b_constant_name = "b_constant"
366 b_constant = quantize_graph.create_constant_node(
371 float_graph_def.node.extend([b_constant])
457 b_constant_name = "b_constant"
476 b_constant = quantize_graph.create_constant_node(
478 graph_def.node.extend([b_constant])
499 b_constant
[all...]
/external/tensorflow/tensorflow/python/framework/
H A Dgraph_util_test.py314 b_constant_name = "b_constant"
330 b_constant = self.create_constant_node_def(
332 graph_def.node.extend([b_constant])
348 b_constant = self.create_constant_node_def(
350 expected_output.node.extend([b_constant])
/external/tensorflow/tensorflow/python/tools/
H A Doptimize_for_inference_test.py73 b_constant_name = "b_constant"
98 b_constant = self.create_constant_node_def(
100 graph_def.node.extend([b_constant])
120 b_constant = self.create_constant_node_def(
122 expected_output.node.extend([b_constant])
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Darray_elementwise_ops_test.cc208 auto b_constant = builder.Parameter(1, a_literal->shape(), "b_param"); local
211 auto sum1 = builder.Add(a_constant, b_constant);
213 auto sum3 = builder.Add(a_param, b_constant);

Completed in 234 milliseconds