Home
last modified time | relevance | path

Searched defs:input_tensor (Results 51 – 75 of 280) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_utils.py667 def reduce_all(input_tensor, axis=None, keepdims=False): argument
676 def reduce_any(input_tensor, axis=None, keepdims=False): argument
/aosp_15_r20/external/pytorch/test/distributed/optim/
H A Dtest_zero_redundancy_optimizer.py903 def closure_ddp(input_tensor=input_tensor): argument
909 def closure_sharded(input_tensor=input_tensor): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc1233 auto& input_tensor = context_->tensors[node->inputs->data[0]]; in TransformPackIntoSupportedOps() local
1272 auto& input_tensor = context_->tensors[node->inputs->data[0]]; in TransformUnpackIntoSupportedOps() local
2409 const auto& input_tensor = context->tensors[node->inputs->data[0]]; in Validate() local
3366 const auto input_tensor = context->tensors[node->inputs->data[0]]; in Validate() local
3596 const TfLiteTensor& input_tensor = in Map() local
3649 const auto& input_tensor = context->tensors[input_id]; in Map() local
5281 auto input_tensor = context->tensors[sparse_weight_tid]; in DensifyAndDequantizeConstTensor() local
5689 auto& input_tensor = context->tensors[node->inputs->data[0]]; in AddOpsAndTensors() local
6105 auto& input_tensor = context->tensors[node->inputs->data[0]]; in AddOpsAndTensors() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/sparse/
H A Dsparse_tensor.h496 inline Status SparseTensor::Split(const SparseTensor& input_tensor, in Split()
582 const SparseTensor& input_tensor, const gtl::ArraySlice<int64_t> start, in Slice()
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/testdata/
H A Ddouble_op.py26 def double(input_tensor): argument
H A Ddouble_op.cc37 const Tensor& input_tensor = context->input(0); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/calibrator/
H A Dcustom_aggregator_op.py26 def custom_aggregator(input_tensor, tensor_id: str): argument
H A Dcustom_aggregator_op.cc41 const Tensor& input_tensor = context->input(0); in Compute() local
/aosp_15_r20/test/mlts/benchmark/jni/
Drun_tflite.cpp258 auto* input_tensor = mTfliteInterpreter->tensor(input); in setInput() local
389 auto* input_tensor = mTfliteInterpreter->tensor(input); in benchmark() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/adding_an_op/
H A Dcuda_op_kernel.cc39 const Tensor& input_tensor = context->input(0); in Compute() local
H A Dzero_out_op_kernel_3.cc45 const Tensor& input_tensor = context->input(0); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/
H A Didentity_fuzz.cc26 Tensor input_tensor(tensorflow::DT_INT8, in FuzzImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/builds/user_ops/
H A Dcuda_op_kernel.cc39 const Tensor& input_tensor = context->input(0); in Compute() local
H A Dzero_out_op_kernel_1.cc42 const Tensor& input_tensor = context->input(0); in Compute() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/AIDL_V3/
Dreverse.mod.py19 def test(name, axis_value, input_tensor, output_tensor, input_data, output_data): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dguarantee_const_op.cc32 const Tensor& input_tensor = ctx->input(0); in Compute() local
H A Dstring_strip_op.cc34 const Tensor* input_tensor; in Compute() local
H A Dstring_to_number_op.cc41 const Tensor* input_tensor; in Compute() local
H A Dunicode_script_op.cc27 const Tensor* input_tensor; in Compute() local
H A Dstring_to_hash_bucket_fast_op.h37 const Tensor* input_tensor; in Compute() local
/aosp_15_r20/external/federated-compute/fcp/aggregation/protocol/
H A Dconfiguration.proto41 tensorflow.TensorSpecProto input_tensor = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/fuzzing/
H A Dstring_split_fuzz.cc33 Tensor input_tensor(tensorflow::DT_STRING, TensorShape({})); in FuzzImpl() local
H A Dstring_split_v2_fuzz.cc33 Tensor input_tensor(tensorflow::DT_STRING, TensorShape({})); in FuzzImpl() local
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/
H A Dsum_test.py41 def forward(self, input_tensor, dim: int): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_library_pybind.cc435 const py::object& input_tensor, const ArgDef& input_arg, in GetInputType()
489 py::object input_tensor = GetInputTensor(input_name, keywords, op_def); in ExtractInputsAndAttrs() local

12345678910>>...12