Home
last modified time | relevance | path

Searched refs:IsLegacyVector (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dreshape_op.h39 OP_REQUIRES(context, IsLegacyVector(sizes.shape()), in Compute()
Dslice_op.cc76 context->op_kernel().IsLegacyVector(begin_tensor.shape()) && in SharedValidation()
77 context->op_kernel().IsLegacyVector(size_tensor.shape()) && in SharedValidation()
Dsparse_to_dense_op.cc65 c, IsLegacyVector(output_shape.shape()), in Compute()
Dmkl_slice_op.cc91 context, context->op_kernel().IsLegacyVector(begin_tensor.shape()) && in ValidateMklInputs()
92 context->op_kernel().IsLegacyVector(size_tensor.shape()) && in ValidateMklInputs()
Dmkl_reshape_op.cc76 OP_REQUIRES(context, IsLegacyVector(sizes.shape()), in Compute()
Dtile_ops.cc94 context, IsLegacyVector(multiples.shape()), in Compute()
266 context, IsLegacyVector(multiples.shape()), in Compute()
Dconstant_op.cc157 OP_REQUIRES(context, IsLegacyVector(Tdims.shape()), in Compute()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h192 bool IsLegacyVector(const TensorShape& shape) const { in IsLegacyVector() function
Dop_kernel.cc164 if (!IsLegacyVector(shape.shape())) { in MakeShape()
/external/tensorflow/
DRELEASE.md1967 * For C++ API users: `IsLegacyScalar` and `IsLegacyVector` are now gone from