Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc261 VerifyShapesCompatible(output_shapes_, iterator->output_shapes())); in SetIteratorFromDataset()
525 VerifyShapesCompatible(output_shapes_, resource->output_shapes())); in VerifyResource()
659 TF_RETURN_IF_ERROR(VerifyShapesCompatible(output_shapes_, components)); in DoCompute()
758 TF_RETURN_IF_ERROR(VerifyShapesCompatible(output_shapes_, state)); in DoCompute()
880 VerifyShapesCompatible(output_shapes_, (*iterator)->output_shapes())); in TryInit()
997 TF_RETURN_IF_ERROR(VerifyShapesCompatible(output_shapes_, components)); in DoCompute()
1108 VerifyShapesCompatible(output_shapes_, in Compute()
Ddataset_utils.h96 Status VerifyShapesCompatible(const std::vector<PartialTensorShape>& expected,
99 Status VerifyShapesCompatible(const std::vector<PartialTensorShape>& expected,
Dtensor_dataset_op.cc163 ctx, VerifyShapesCompatible((*output)->output_shapes(), output_shapes_)); in MakeDataset()
Dmulti_device_iterator_ops.cc84 VerifyShapesCompatible(output_shapes_, iterator->output_shapes())); in Init()
493 VerifyShapesCompatible(output_shapes_, resource->output_shapes())); in VerifyResource()
727 OP_REQUIRES_OK(ctx, VerifyShapesCompatible(output_shapes_, in Compute()
Dtensor_slice_dataset_op.cc205 ctx, VerifyShapesCompatible((*output)->output_shapes(), output_shapes_)); in MakeDataset()
Ddataset_utils.cc152 Status VerifyShapesCompatible(const std::vector<PartialTensorShape>& expected, in VerifyShapesCompatible() function
166 Status VerifyShapesCompatible(const std::vector<PartialTensorShape>& expected, in VerifyShapesCompatible() function
Ddataset_test_base.cc693 TF_EXPECT_OK(VerifyShapesCompatible(dataset_->output_shapes(), in CheckDatasetOutputShapes()
712 TF_EXPECT_OK(VerifyShapesCompatible(iterator_->output_shapes(), in CheckIteratorOutputShapes()