/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2021-018.md | 36 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`.
|
D | tfsa-2021-122.md | 22 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/ |
D | save_restore_v2_ops.cc | 43 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()
|
D | sparse_tensor_dense_add_op.cc | 36 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()
|
D | sparse_reduce_op.cc | 108 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()
|
D | ragged_tensor_to_sparse_kernel.cc | 53 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/ |
D | op_converter.h | 133 Status ValidateInputs() { in ValidateInputs() function 162 TF_RETURN_IF_ERROR(this->ValidateInputs()); in operator()
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/ |
D | embedder.h | 94 absl::Status ValidateInputs();
|
D | embedder.cc | 74 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/ |
D | embedder.h | 92 absl::Status ValidateInputs();
|
D | embedder.cc | 754 absl::Status Embedder::ValidateInputs() { in ValidateInputs() function in tflite::acceleration::Embedder 868 auto status = ValidateInputs(); in CreateModelWithEmbeddedValidation()
|
/external/tensorflow/tensorflow/core/kernels/sparse/ |
D | sparse_cholesky_op.cc | 87 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
|
D | mat_mul_op.cc | 110 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/ |
D | OnnxParser.hpp | 172 void ValidateInputs(const onnx::NodeProto& node,
|
D | OnnxParser.cpp | 478 void OnnxParserImpl::ValidateInputs(const onnx::NodeProto& node, in ValidateInputs() function in armnnOnnxParser::OnnxParserImpl 494 OnnxParserImpl::ValidateInputs(NODE, \
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
D | einsum.cc | 796 Status ValidateInputs() {
|