Searched refs:IsLegacyVector (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | reshape_op.h | 39 OP_REQUIRES(context, IsLegacyVector(sizes.shape()), in Compute()
|
D | slice_op.cc | 76 context->op_kernel().IsLegacyVector(begin_tensor.shape()) && in SharedValidation() 77 context->op_kernel().IsLegacyVector(size_tensor.shape()) && in SharedValidation()
|
D | sparse_to_dense_op.cc | 65 c, IsLegacyVector(output_shape.shape()), in Compute()
|
D | mkl_slice_op.cc | 91 context, context->op_kernel().IsLegacyVector(begin_tensor.shape()) && in ValidateMklInputs() 92 context->op_kernel().IsLegacyVector(size_tensor.shape()) && in ValidateMklInputs()
|
D | mkl_reshape_op.cc | 76 OP_REQUIRES(context, IsLegacyVector(sizes.shape()), in Compute()
|
D | tile_ops.cc | 94 context, IsLegacyVector(multiples.shape()), in Compute() 266 context, IsLegacyVector(multiples.shape()), in Compute()
|
D | constant_op.cc | 157 OP_REQUIRES(context, IsLegacyVector(Tdims.shape()), in Compute()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 192 bool IsLegacyVector(const TensorShape& shape) const { in IsLegacyVector() function
|
D | op_kernel.cc | 164 if (!IsLegacyVector(shape.shape())) { in MakeShape()
|
/external/tensorflow/ |
D | RELEASE.md | 1967 * For C++ API users: `IsLegacyScalar` and `IsLegacyVector` are now gone from
|