Searched refs:ValidateInput (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | batch_util.cc | 29 Status ValidateInput(const Tensor& parent, const Tensor& element, int64 index) { in ValidateInput() function 173 TF_RETURN_IF_ERROR(ValidateInput(*parent, element, index)); in CopyElementToSlice() 194 TF_RETURN_IF_ERROR(ValidateInput(parent, *element, index)); in CopySliceToElement() 291 TF_RETURN_IF_ERROR(ValidateInput(*parent, *element, index)); in MaybeMoveSliceToElement()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_cross_op.cc | 460 Status ValidateInput(const OpInputList& indices_list_in, in ValidateInput() function 714 OP_REQUIRES_OK(context, ValidateInput(indices_list_in, values_list_in, in Compute() 776 OP_REQUIRES_OK(context, ValidateInput(indices_list_in, values_list_in, in Compute() 835 OP_REQUIRES_OK(context, ValidateInput(indices_list_in, values_list_in, in Compute()
|
D | ragged_cross_op.cc | 342 ValidateInput(ragged_values_list, ragged_splits_list, in Compute() 376 Status ValidateInput(const OpInputList& ragged_values_list, in ValidateInput() function in tensorflow::__anon313d9c9c0111::RaggedCrossOp
|