Searched refs:a_constant (Results 1 – 3 of 3) sorted by relevance
88 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])
336 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])
325 auto a_constant = ConstantR1<float>(&builder, a_values); in TEST_P() local334 auto sum1 = Add(a_constant, b_param); in TEST_P()335 auto sum2 = Add(a_constant, b_constant); in TEST_P()