/external/tensorflow/tensorflow/core/framework/ |
D | partial_tensor_shape_test.cc | 166 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 …]
|
D | tensor_shape.cc | 946 bool PartialTensorShape::IsCompatibleWith( in IsCompatibleWith() function in tensorflow::PartialTensorShape 975 if (!shapes0[i].IsCompatibleWith(shapes1[i])) { in AreCompatible()
|
D | tensor_shape.h | 545 bool IsCompatibleWith(const PartialTensorShape& shape) const;
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | ensure_shape_op.cc | 42 ctx, expected_shape_.IsCompatibleWith(shape), in Compile()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conditional_accumulator.h | 80 if (!shape_.IsCompatibleWith(tensor->shape())) { in ValidateShape()
|
D | padding_fifo_queue.cc | 241 if (!partial_shapes_[i].IsCompatibleWith(tuple[i].shape())) { in ValidateTuple() 258 if (!expected_shape.IsCompatibleWith(tuple[i].shape())) { in ValidateManyTuple()
|
D | list_kernels.h | 504 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()
|
D | lookup_util.cc | 484 OP_REQUIRES(ctx, dataset_shapes[0].IsCompatibleWith(PartialTensorShape({})), in InitializeTableFromDataset() 487 OP_REQUIRES(ctx, dataset_shapes[1].IsCompatibleWith(PartialTensorShape({})), in InitializeTableFromDataset()
|
D | shape_ops.cc | 298 if (!expected_shape_.IsCompatibleWith(shape)) { in Compute()
|
D | list_kernels.cc | 190 OP_REQUIRES(c, l->element_shape.IsCompatibleWith(input.shape()), in Compute() 414 OP_REQUIRES(c, l->element_shape.IsCompatibleWith(value.shape()), in Compute()
|
D | tensor_array.h | 471 if (!element_shape_.IsCompatibleWith(value_t->shape())) { in LockedWriteOrAggregate()
|
D | tensor_array_ops.cc | 661 ctx, element_shape_.IsCompatibleWith(value_0_t->shape()), in Compute() 895 ctx, element_shape_except0_.IsCompatibleWith(output_shape_except0), in Compute()
|
D | example_parsing_ops.cc | 189 if (!attrs_.dense_shapes[d].IsCompatibleWith(def_value.shape())) { in CheckInputShapes() 336 attrs_.dense_shapes[d].IsCompatibleWith(def_value.shape()), in Compute()
|
D | cudnn_rnn_ops.cc | 511 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/ |
D | optional_ops.cc | 128 OP_REQUIRES(ctx, output_shapes_[i].IsCompatibleWith(components[i].shape()), in Compute()
|
D | map_defun_op.cc | 136 if (!compute_opts_->output_shapes.at(index).IsCompatibleWith( in SetRetval()
|
D | dataset_utils.cc | 144 if (!expected.IsCompatibleWith(received)) { in VerifyShapeCompatible()
|
D | iterator_ops.cc | 1035 if (!output_shapes_[i].IsCompatibleWith(components[i].shape())) { in DoCompute()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | directed_interleave_dataset_op.cc | 294 selector_input->output_shapes()[0].IsCompatibleWith( in MakeDataset()
|
D | scan_dataset_op.cc | 228 if (!output_shapes()[output_index].IsCompatibleWith( in GetNextInternal()
|
D | parse_example_dataset_op.cc | 155 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/ |
D | characteristics.h | 147 bool IsCompatibleWith(parser::ContextualMessages &, const TypeAndShape &that,
|
/external/llvm-project/flang/lib/Semantics/ |
D | pointer-assignment.cpp | 172 if (!lhsType_->IsCompatibleWith(context_.messages(), *frTypeAndShape)) { in Check()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compile_op_support.cc | 464 if (!static_shape.IsCompatibleWith(shape)) { in ComputeArgumentShapes()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | characteristics.cpp | 151 bool TypeAndShape::IsCompatibleWith(parser::ContextualMessages &messages, in IsCompatibleWith() function in Fortran::evaluate::characteristics::TypeAndShape
|