Home
last modified time | relevance | path

Searched refs:IsIdenticalTo (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dpartial_tensor_shape_test.cc136 EXPECT_TRUE(shapes[i].IsIdenticalTo(shapes[j])); in TEST()
138 EXPECT_FALSE(shapes[i].IsIdenticalTo(shapes[j])); in TEST()
Dtensor_shape.cc690 bool PartialTensorShape::IsIdenticalTo(const PartialTensorShape& shape) const { in IsIdenticalTo() function in tensorflow::PartialTensorShape
745 if (!shapes0[i].IsIdenticalTo(shapes1[i])) { in AreIdentical()
Dtensor_shape.h426 bool IsIdenticalTo(const PartialTensorShape& shape) const;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression_test.cc81 EXPECT_TRUE(op_.IsIdenticalTo(op_as_op)); in TEST_F()
Dxla_compiler.cc262 bool modified = !resource->value().IsIdenticalTo(resource->initial_value()); in BuildComputation()
268 !grad.second->value().IsIdenticalTo(grad.second->initial_value()) || in BuildComputation()
/external/tensorflow/tensorflow/core/kernels/data/
Drange_dataset_op_test.cc184 range_dataset->output_shapes()[i].IsIdenticalTo(expected_shapes[i])); in TEST_F()
311 EXPECT_TRUE(iterator->output_shapes()[i].IsIdenticalTo(expected_shapes[i])); in TEST_F()
Dtensor_dataset_op_test.cc288 EXPECT_TRUE(test_case.expected_output_shapes[i].IsIdenticalTo( in TEST_F()
415 EXPECT_TRUE(test_case.expected_output_shapes[i].IsIdenticalTo( in TEST_P()
Dtensor_slice_dataset_op_test.cc311 produced_output_shapes[i].IsIdenticalTo(expected_outputs[i].shape())); in TEST_F()
481 produced_output_shapes[i].IsIdenticalTo(expected_outputs[i].shape())); in TEST_F()
Dmap_dataset_op_test.cc252 map_dataset->output_shapes()[i].IsIdenticalTo(expected_shapes[i])); in TEST_F()
406 EXPECT_TRUE(iterator->output_shapes()[i].IsIdenticalTo(expected_shapes[i])); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc584 OP_REQUIRES(c, l_a->element_shape.IsIdenticalTo(l_b->element_shape), in Compute()
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc136 if (shape.IsIdenticalTo(PartialTensorShape())) { in PrintTensorShape()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h81 bool IsIdenticalTo(const XlaOp& rhs) const { in IsIdenticalTo() function