HomeSort by relevance Sort by last modified time
    Searched refs:ValidateInput (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
batch_util.cc 29 Status ValidateInput(const Tensor& parent, const Tensor& element, int64 index) {
36 "ValidateInput Cannot perform copy: number of elements does not match. "
95 TF_RETURN_IF_ERROR(ValidateInput(*parent, element, index));
116 TF_RETURN_IF_ERROR(ValidateInput(parent, *element, index));
sparse_cross_op.cc 311 ValidateInput(context, indices_list_in, values_list_in, shapes_list_in,
351 void ValidateInput(OpKernelContext* context,
  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 354 ValidateInput(context, indices_list_in, values_list_in, shapes_list_in,
394 void ValidateInput(OpKernelContext* context,

Completed in 191 milliseconds