Searched refs:b_constant (Results 1 – 3 of 3) sorted by relevance
97 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])
345 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])
332 auto b_constant = ConstantR1<float>(&builder, b_values); in TEST_P() local335 auto sum2 = Add(a_constant, b_constant); in TEST_P()337 auto sum4 = Add(a_param, b_constant); in TEST_P()