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
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/
Dsparse_cross_op.cc460 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()
Dragged_cross_op.cc342 ValidateInput(ragged_values_list, ragged_splits_list, in Compute()
376 Status ValidateInput(const OpInputList& ragged_values_list, in ValidateInput() function in tensorflow::__anon313d9c9c0111::RaggedCrossOp