Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tools/
Doptimize_for_inference_test.py97 b_constant = self.create_constant_node_def(
99 graph_def.node.extend([b_constant])
119 b_constant = self.create_constant_node_def(
121 expected_output.node.extend([b_constant])
/external/tensorflow/tensorflow/python/framework/
Dgraph_util_test.py345 b_constant = self.create_constant_node_def(
347 graph_def.node.extend([b_constant])
363 b_constant = self.create_constant_node_def(
365 expected_output.node.extend([b_constant])
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc332 auto b_constant = ConstantR1<float>(&builder, b_values); in TEST_P() local
335 auto sum2 = Add(a_constant, b_constant); in TEST_P()
337 auto sum4 = Add(a_param, b_constant); in TEST_P()