Home
last modified time | relevance | path

Searched refs:ValidateInputs (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsave_restore_v2_ops.cc41 void ValidateInputs(bool is_save_op, OpKernelContext* context, in ValidateInputs() function
99 ValidateInputs(true /* is save op */, context, prefix, tensor_names, in Compute()
178 ValidateInputs(false /* not save op */, context, prefix, tensor_names, in Compute()
Dsparse_tensor_dense_add_op.cc35 Status ValidateInputs(const Tensor *a_indices, const Tensor *a_values, in ValidateInputs() function
81 ctx, ValidateInputs<Index>(a_indices_t, a_values_t, a_shape_t, b)); in Compute()
Dsparse_reduce_op.cc106 Status ValidateInputs(const Tensor *shape_t, const Tensor *reduction_axes_t) { in ValidateInputs() function
167 OP_REQUIRES_OK(ctx, ValidateInputs(shape_t, reduction_axes_t)); in Compute()
263 OP_REQUIRES_OK(ctx, ValidateInputs(shape_t, reduction_axes_t)); in Compute()
Dragged_tensor_to_sparse_kernel.cc51 ValidateInputs(rt_nested_splits, rt_dense_values_in)); in Compute()
154 static ::tensorflow::Status ValidateInputs( in ValidateInputs() function in tensorflow::RaggedTensorToSparseOp
/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_cholesky_op.cc85 ValidateInputs(ctx, *input_matrix, input_permutation_indices, &batch_size, in Compute()
229 void ValidateInputs(OpKernelContext* ctx, in ValidateInputs() function in tensorflow::CSRSparseCholeskyCPUOp
Dmat_mul_op.cc104 Status ValidateInputs(const CSRSparseMatrix& sparse_matrix_a, in ValidateInputs() function in tensorflow::CSRMatMulOp
176 OP_REQUIRES_OK(ctx, this->ValidateInputs(*sparse_matrix_a, matrix_b, &rank, in Compute()
507 this->ValidateInputs(*a_matrix, b_t, &rank, &batch_size)); in Compute()