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

  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
bin_in_path.py 46 def ValidateInputs(self):
directory_exists.py 47 def ValidateInputs(self):
path_permission.py 48 def ValidateInputs(self):
  /external/tensorflow/tensorflow/core/kernels/
sparse_tensor_dense_add_op.cc 35 Status ValidateInputs(const Tensor *a_indices, const Tensor *a_values,
81 ctx, ValidateInputs<Index>(a_indices_t, a_values_t, a_shape_t, b));
save_restore_v2_ops.cc 41 void ValidateInputs(bool is_save_op, OpKernelContext* context,
99 ValidateInputs(true /* is save op */, context, prefix, tensor_names,
157 ValidateInputs(false /* not save op */, context, prefix, tensor_names,
sparse_reduce_op.cc 106 Status ValidateInputs(const Tensor *shape_t, const Tensor *reduction_axes_t) {
167 OP_REQUIRES_OK(ctx, ValidateInputs(shape_t, reduction_axes_t));
261 OP_REQUIRES_OK(ctx, ValidateInputs(shape_t, reduction_axes_t));
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
check_setup_cleanup.py 77 if not self.InternalCall(self.ValidateInputs):
115 def ValidateInputs(self):

Completed in 147 milliseconds