Home
last modified time | relevance | path

Searched defs:ValidateInputs (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_tensor_dense_add_op.cc36 Status ValidateInputs(const Tensor *a_indices, const Tensor *a_values, in ValidateInputs() function
H A Dragged_tensor_to_sparse_kernel.cc157 static ::tensorflow::Status ValidateInputs( in ValidateInputs() function in tensorflow::RaggedTensorToSparseOp
H A Dsave_restore_v2_ops.cc43 void ValidateInputs(bool is_save_op, OpKernelContext* context, in ValidateInputs() function
H A Dsparse_reduce_op.cc108 Status ValidateInputs(const Tensor *shape_t, const Tensor *reduction_axes_t) { in ValidateInputs() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/
H A Dembedder.cc74 absl::Status Embedder::ValidateInputs() { in ValidateInputs() function in tflite::acceleration::Embedder
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dsparse_cholesky_op.cc231 Status ValidateInputs(const CSRSparseMatrix& sparse_matrix, in ValidateInputs() function in tensorflow::CSRSparseCholeskyCPUOp
H A Dmat_mul_op.cc110 Status ValidateInputs(const CSRSparseMatrix& sparse_matrix_a, in ValidateInputs() function in tensorflow::CSRMatMulOp
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dop_converter.h133 Status ValidateInputs() { in ValidateInputs() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dembedder.cc754 absl::Status Embedder::ValidateInputs() { in ValidateInputs() function in tflite::acceleration::Embedder
/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp478 void OnnxParserImpl::ValidateInputs(const onnx::NodeProto& node, in ValidateInputs() function in armnnOnnxParser::OnnxParserImpl