/external/tensorflow/tensorflow/core/framework/ |
D | partial_tensor_shape_test.cc | 202 EXPECT_EQ(Status::OK(), a.MergeWith(a, &test)); in TEST() 209 EXPECT_EQ(Status::OK(), a.MergeWith(b, &test)); in TEST() 216 EXPECT_TRUE(errors::IsInvalidArgument(a.MergeWith(d, &test))); in TEST() 219 EXPECT_EQ(Status::OK(), a.MergeWith(c, &test)); in TEST() 226 EXPECT_EQ(Status::OK(), c.MergeWith(a, &test)); in TEST() 233 EXPECT_EQ(Status::OK(), a.MergeWith(g, &test)); in TEST() 240 EXPECT_EQ(Status::OK(), g.MergeWith(a, &test)); in TEST()
|
D | tensor_shape.h | 419 Status MergeWith(const PartialTensorShape& shape,
|
D | tensor_shape.cc | 650 Status PartialTensorShape::MergeWith(const PartialTensorShape& shape, in MergeWith() function in tensorflow::PartialTensorShape
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference.cc | 164 TF_RETURN_IF_ERROR(a.shape.MergeWith(b.shape, &result.shape)); in MergeInferredShapes() 178 a.handle_shape.MergeWith(b.handle_shape, &result.handle_shape)); in MergeInferredShapes()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.h | 122 OP_REQUIRES_OK(c, tmp.MergeWith(t.shape(), &partial_element_shape)); in Compute() 222 OP_REQUIRES_OK(c, tmp.MergeWith(t.shape(), &partial_element_shape)); in Compute() 377 OP_REQUIRES_OK(c, tmp.MergeWith(shape_except_first_dim, in Compute() 605 OP_REQUIRES_OK(c, tmp.MergeWith(t.shape(), &partial_element_shape)); in Compute() 877 a.element_shape.MergeWith(b.element_shape, &out->element_shape)); in TensorListBinaryAdd()
|
D | tensor_array.h | 256 Status s = element_shape_.MergeWith(candidate, &new_element_shape_); in SetElemShape()
|
D | list_kernels.cc | 175 TF_RETURN_IF_ERROR(tmp.MergeWith(tensor_list.element_shape, element_shape)); in GetElementShapeFromInput()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | choose_fastest_dataset_op.cc | 81 .MergeWith(inputs[i]->output_shapes().at(j), &result) in MakeDataset()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 147 Decl *MergeWith; member in clang::ASTDeclReader::RedeclarableResult 151 RedeclarableResult(GlobalDeclID FirstID, Decl *MergeWith, bool IsKeyDecl) in RedeclarableResult() argument 152 : FirstID(FirstID), MergeWith(MergeWith), IsKeyDecl(IsKeyDecl) {} in RedeclarableResult() 162 Decl *getKnownMergeTarget() const { return MergeWith; } in getKnownMergeTarget() 2242 Decl *MergeWith = nullptr; in VisitRedeclarable() local 2267 MergeWith = ReadDecl(Record, Idx/*, MergeWith*/); in VisitRedeclarable() 2295 return RedeclarableResult(FirstDeclID, MergeWith, IsKeyDecl); in VisitRedeclarable()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | tensor_list_ops.cc | 281 element_shape.MergeWith( in Compile()
|