Home
last modified time | relevance | path

Searched refs:IsCompatibleWith (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dpartial_tensor_shape_test.cc166 EXPECT_TRUE(f.IsCompatibleWith(f)); in TEST()
167 EXPECT_TRUE(a.IsCompatibleWith(b)); in TEST()
168 EXPECT_TRUE(a.IsCompatibleWith(a)); in TEST()
169 EXPECT_TRUE(b.IsCompatibleWith(b)); in TEST()
170 EXPECT_TRUE(a.IsCompatibleWith(c)); in TEST()
171 EXPECT_TRUE(b.IsCompatibleWith(c)); in TEST()
172 EXPECT_FALSE(a.IsCompatibleWith(d)); in TEST()
173 EXPECT_FALSE(b.IsCompatibleWith(d)); in TEST()
174 EXPECT_FALSE(c.IsCompatibleWith(d)); in TEST()
175 EXPECT_FALSE(a.IsCompatibleWith(e)); in TEST()
[all …]
Dtensor_shape.cc946 bool PartialTensorShape::IsCompatibleWith( in IsCompatibleWith() function in tensorflow::PartialTensorShape
975 if (!shapes0[i].IsCompatibleWith(shapes1[i])) { in AreCompatible()
Dtensor_shape.h545 bool IsCompatibleWith(const PartialTensorShape& shape) const;
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Densure_shape_op.cc42 ctx, expected_shape_.IsCompatibleWith(shape), in Compile()
/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator.h80 if (!shape_.IsCompatibleWith(tensor->shape())) { in ValidateShape()
Dpadding_fifo_queue.cc241 if (!partial_shapes_[i].IsCompatibleWith(tuple[i].shape())) { in ValidateTuple()
258 if (!expected_shape.IsCompatibleWith(tuple[i].shape())) { in ValidateManyTuple()
Dlist_kernels.h504 element_shape_without_first_dim.IsCompatibleWith( in Compute()
668 OP_REQUIRES(c, element_shape.IsCompatibleWith(output_shape), in Compute()
796 OP_REQUIRES(c, element_shape.IsCompatibleWith(output_shape), in Compute()
845 if (!a.element_shape.IsCompatibleWith(b.element_shape)) { in TensorListBinaryAdd()
955 c, l->element_shape.IsCompatibleWith(input_element_shape), in Compute()
Dlookup_util.cc484 OP_REQUIRES(ctx, dataset_shapes[0].IsCompatibleWith(PartialTensorShape({})), in InitializeTableFromDataset()
487 OP_REQUIRES(ctx, dataset_shapes[1].IsCompatibleWith(PartialTensorShape({})), in InitializeTableFromDataset()
Dshape_ops.cc298 if (!expected_shape_.IsCompatibleWith(shape)) { in Compute()
Dlist_kernels.cc190 OP_REQUIRES(c, l->element_shape.IsCompatibleWith(input.shape()), in Compute()
414 OP_REQUIRES(c, l->element_shape.IsCompatibleWith(value.shape()), in Compute()
Dtensor_array.h471 if (!element_shape_.IsCompatibleWith(value_t->shape())) { in LockedWriteOrAggregate()
Dtensor_array_ops.cc661 ctx, element_shape_.IsCompatibleWith(value_0_t->shape()), in Compute()
895 ctx, element_shape_except0_.IsCompatibleWith(output_shape_except0), in Compute()
Dexample_parsing_ops.cc189 if (!attrs_.dense_shapes[d].IsCompatibleWith(def_value.shape())) { in CheckInputShapes()
336 attrs_.dense_shapes[d].IsCompatibleWith(def_value.shape()), in Compute()
Dcudnn_rnn_ops.cc511 bool IsCompatibleWith(const CudnnRnnModelShapes& rhs) const { in IsCompatibleWith() function
552 return lhs.first.IsCompatibleWith(rhs.first) && lhs.second == rhs.second; in operator ()()
/external/tensorflow/tensorflow/core/kernels/data/
Doptional_ops.cc128 OP_REQUIRES(ctx, output_shapes_[i].IsCompatibleWith(components[i].shape()), in Compute()
Dmap_defun_op.cc136 if (!compute_opts_->output_shapes.at(index).IsCompatibleWith( in SetRetval()
Ddataset_utils.cc144 if (!expected.IsCompatibleWith(received)) { in VerifyShapeCompatible()
Diterator_ops.cc1035 if (!output_shapes_[i].IsCompatibleWith(components[i].shape())) { in DoCompute()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Ddirected_interleave_dataset_op.cc294 selector_input->output_shapes()[0].IsCompatibleWith( in MakeDataset()
Dscan_dataset_op.cc228 if (!output_shapes()[output_index].IsCompatibleWith( in GetNextInternal()
Dparse_example_dataset_op.cc155 OP_REQUIRES(ctx, dense_shapes_[d].IsCompatibleWith(def_value.shape()), in MakeDataset()
627 if (!dataset()->output_shapes()[output_index].IsCompatibleWith( in CheckOutputTensor()
/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h147 bool IsCompatibleWith(parser::ContextualMessages &, const TypeAndShape &that,
/external/llvm-project/flang/lib/Semantics/
Dpointer-assignment.cpp172 if (!lhsType_->IsCompatibleWith(context_.messages(), *frTypeAndShape)) { in Check()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_support.cc464 if (!static_shape.IsCompatibleWith(shape)) { in ComputeArgumentShapes()
/external/llvm-project/flang/lib/Evaluate/
Dcharacteristics.cpp151 bool TypeAndShape::IsCompatibleWith(parser::ContextualMessages &messages, in IsCompatibleWith() function in Fortran::evaluate::characteristics::TypeAndShape

12