Home
last modified time | relevance | path

Searched refs:ValidateInput (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dbatch_util.cc29 Status ValidateInput(const Tensor& parent, const Tensor& element, int64 index) { in ValidateInput() function
125 TF_RETURN_IF_ERROR(ValidateInput(*parent, element, index)); in CopyElementToSlice()
148 TF_RETURN_IF_ERROR(ValidateInput(parent, *element, index)); in CopySliceToElement()
171 TF_RETURN_IF_ERROR(ValidateInput(*parent, *element, index)); in MaybeMoveSliceToElement()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_cross_op.cc311 ValidateInput(context, indices_list_in, values_list_in, shapes_list_in, in Compute()
351 void ValidateInput(OpKernelContext* context, in ValidateInput() function in tensorflow::SparseCrossOp
/external/tensorflow/tensorflow/contrib/layers/kernels/
Dsparse_feature_cross_kernel.cc354 ValidateInput(context, indices_list_in, values_list_in, shapes_list_in, in Compute()
394 void ValidateInput(OpKernelContext* context, in ValidateInput() function in tensorflow::SparseFeatureCrossOp