Home
last modified time | relevance | path

Searched refs:a_constant (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/tools/
Doptimize_for_inference_test.py88 a_constant = self.create_constant_node_def(
90 graph_def.node.extend([a_constant])
116 a_constant = self.create_constant_node_def(
118 expected_output.node.extend([a_constant])
/external/tensorflow/tensorflow/python/framework/
Dgraph_util_test.py336 a_constant = self.create_constant_node_def(
338 graph_def.node.extend([a_constant])
360 a_constant = self.create_constant_node_def(
362 expected_output.node.extend([a_constant])
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc325 auto a_constant = ConstantR1<float>(&builder, a_values); in TEST_P() local
334 auto sum1 = Add(a_constant, b_param); in TEST_P()
335 auto sum2 = Add(a_constant, b_constant); in TEST_P()