Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils.h57 Status VerifyShapesCompatible(const std::vector<PartialTensorShape>& expected,
Dconcatenate_dataset_op_test.cc247 TF_EXPECT_OK(VerifyShapesCompatible(dataset_->output_shapes(), in TEST_P()
291 TF_EXPECT_OK(VerifyShapesCompatible(iterator_->output_shapes(), in TEST_P()
Dmulti_device_iterator_ops.cc75 VerifyShapesCompatible(output_shapes_, iterator->output_shapes())); in Init()
470 VerifyShapesCompatible(output_shapes_, resource->output_shapes())); in VerifyResource()
646 OP_REQUIRES_OK(ctx, VerifyShapesCompatible(output_shapes_, in Compute()
Dzip_dataset_op_test.cc229 TF_EXPECT_OK(VerifyShapesCompatible(dataset_->output_shapes(), in TEST_P()
291 TF_EXPECT_OK(VerifyShapesCompatible(iterator_->output_shapes(), in TEST_P()
Diterator_ops.cc176 TF_RETURN_IF_ERROR(VerifyShapesCompatible( in Restore()
249 VerifyShapesCompatible(output_shapes_, iterator->output_shapes())); in SetIteratorFromDataset()
472 VerifyShapesCompatible(output_shapes_, resource->output_shapes())); in VerifyResource()
863 VerifyShapesCompatible(output_shapes_, (*iterator)->output_shapes())); in TryInit()
1111 VerifyShapesCompatible(output_shapes_, in Compute()
Dtensor_dataset_op.cc42 OP_REQUIRES_OK(ctx, VerifyShapesCompatible((*output)->output_shapes(), in MakeDataset()
Dtensor_slice_dataset_op.cc59 OP_REQUIRES_OK(ctx, VerifyShapesCompatible((*output)->output_shapes(), in MakeDataset()
Dsparse_tensor_slice_dataset_op_test.cc263 TF_EXPECT_OK(VerifyShapesCompatible(dataset->output_shapes(), in TEST_F()
400 TF_EXPECT_OK(VerifyShapesCompatible(iterator->output_shapes(), in TEST_F()
Drepeat_dataset_op_test.cc288 TF_EXPECT_OK(VerifyShapesCompatible(repeat_dataset->output_shapes(), in TEST_P()
427 TF_EXPECT_OK(VerifyShapesCompatible(iterator->output_shapes(), in TEST_P()
Dtake_dataset_op_test.cc295 TF_EXPECT_OK(VerifyShapesCompatible(take_dataset->output_shapes(), in TEST_P()
436 TF_EXPECT_OK(VerifyShapesCompatible(iterator->output_shapes(), in TEST_P()
Ddataset_utils.cc126 Status VerifyShapesCompatible(const std::vector<PartialTensorShape>& expected, in VerifyShapesCompatible() function
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dindexed_dataset_op.cc138 VerifyShapesCompatible(output_shapes_, dataset->output_shapes())); in set_materialized_dataset()
314 VerifyShapesCompatible(output_shapes_, resource->output_shapes())); in VerifyResource()