Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-018.md36 ValidateInputs(ctx, *input_matrix, input_permutation_indices, &batch_size, &num_rows);
40 void ValidateInputs(OpKernelContext* ctx,
49 Although `ValidateInputs` is called and there are checks in the body of this
50 function, the code proceeds to the next line in `ValidateInputs` since
65 Thus, the first validation condition that fails in `ValidateInputs` will cause
68 or to convert `ValidateInputs` to return a `Status`.
Dtfsa-2021-122.md22 uses `ValidateInputs` to check that the input arguments are valid. This
31 follows the call to `ValidateInputs`. This is equivalent to lacking the
/external/tensorflow/tensorflow/core/kernels/
Dsave_restore_v2_ops.cc43 void ValidateInputs(bool is_save_op, OpKernelContext* context, in ValidateInputs() function
101 ValidateInputs(true /* is save op */, context, prefix, tensor_names, in Compute()
200 ValidateInputs(false /* not save op */, context, prefix, tensor_names, in Compute()
Dsparse_tensor_dense_add_op.cc36 Status ValidateInputs(const Tensor *a_indices, const Tensor *a_values, in ValidateInputs() function
111 ctx, ValidateInputs<Index>(a_indices_t, a_values_t, a_shape_t, b)); in Compute()
Dsparse_reduce_op.cc108 Status ValidateInputs(const Tensor *shape_t, const Tensor *reduction_axes_t) { in ValidateInputs() function
169 OP_REQUIRES_OK(ctx, ValidateInputs(shape_t, reduction_axes_t)); in Compute()
281 OP_REQUIRES_OK(ctx, ValidateInputs(shape_t, reduction_axes_t)); in Compute()
Dragged_tensor_to_sparse_kernel.cc53 ValidateInputs(rt_nested_splits, rt_dense_values_in)); in Compute()
157 static ::tensorflow::Status ValidateInputs( in ValidateInputs() function in tensorflow::RaggedTensorToSparseOp
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dop_converter.h133 Status ValidateInputs() { in ValidateInputs() function
162 TF_RETURN_IF_ERROR(this->ValidateInputs()); in operator()
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/
Dembedder.h94 absl::Status ValidateInputs();
Dembedder.cc74 absl::Status Embedder::ValidateInputs() { in ValidateInputs() function in tflite::acceleration::Embedder
199 auto status = ValidateInputs(); in CreateModelWithEmbeddedValidation()
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dembedder.h92 absl::Status ValidateInputs();
Dembedder.cc754 absl::Status Embedder::ValidateInputs() { in ValidateInputs() function in tflite::acceleration::Embedder
868 auto status = ValidateInputs(); in CreateModelWithEmbeddedValidation()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_cholesky_op.cc87 OP_REQUIRES_OK(ctx, ValidateInputs(*input_matrix, input_permutation_indices, in Compute()
231 Status ValidateInputs(const CSRSparseMatrix& sparse_matrix, in ValidateInputs() function in tensorflow::CSRSparseCholeskyCPUOp
Dmat_mul_op.cc110 Status ValidateInputs(const CSRSparseMatrix& sparse_matrix_a, in ValidateInputs() function in tensorflow::CSRMatMulOp
182 OP_REQUIRES_OK(ctx, this->ValidateInputs(*sparse_matrix_a, matrix_b, &rank, in Compute()
516 this->ValidateInputs(*a_matrix, b_t, &rank, &batch_size)); in Compute()
/external/armnn/src/armnnOnnxParser/
DOnnxParser.hpp172 void ValidateInputs(const onnx::NodeProto& node,
DOnnxParser.cpp478 void OnnxParserImpl::ValidateInputs(const onnx::NodeProto& node, in ValidateInputs() function in armnnOnnxParser::OnnxParserImpl
494 OnnxParserImpl::ValidateInputs(NODE, \
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
Deinsum.cc796 Status ValidateInputs() {