/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/shape_inference/ |
H A D | pass.cc | 112 DenseElementsAttr tensor_value; in TryToCacheResultsTensorValue() local 125 DenseElementsAttr tensor_value; in TryToCacheResultsTensorValue() local 146 DenseElementsAttr tensor_value; in TryToCacheResultsTensorValue() local
|
/aosp_15_r20/external/executorch/runtime/executor/ |
H A D | method_meta.cpp | 135 auto tensor_value = s_plan_->values()->Get(input_index)->val_as_Tensor(); in input_tensor_meta() local 176 auto tensor_value = s_plan_->values()->Get(output_index)->val_as_Tensor(); in output_tensor_meta() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | debug_events_monitors_test.py | 347 self, tensor_value, dtype, expected_size, expected_num_neg_inf, argument 440 self, tensor_value, dtype, expected_size, expected_num_neg_inf, argument
|
H A D | debug_events_monitors.py | 148 def _check_full_tensor_value(self, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | tensor_array_ops.cc | 422 const Tensor* tensor_value; in Compute() local 1031 const Tensor* tensor_value; in Compute() local 1226 const Tensor* tensor_value; in Compute() local
|
H A D | quantized_add_op.cc | 375 const int64 tensor_value = static_cast<int64_t>(tensor_data[i]); in VectorTensorAddition() local 435 const int64_t tensor_value = static_cast<int64_t>(tensor_data[i]); in VectorTensorAddition() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_block_io.cpp | 257 float tensor_value = tensor_tensor(d0, d1, d2); in test_block_io_copy_using_reordered_dimensions_do_not_squeeze() local 306 float tensor_value = tensor_tensor(d0, d1, d2, d3); in test_block_io_copy_using_reordered_dimensions_squeeze() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | FillBorder.cpp | 67 const uint8_t tensor_value = distribution_u8(generator); variable
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | FillBorder.cpp | 66 const uint8_t tensor_value = distribution_u8(generator); variable
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/compiler/ |
H A D | xnn_compiler.cpp | 46 auto tensor_value = value->xvalue_as_XNNTensorValue(); in compileModel() local
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/ |
H A D | execution_trace_observer.cpp | 360 std::string tensor_shape, tensor_stride, tensor_type, tensor_value; in convertIValue() local 454 std::string tensor_value = getScalarValue(val); in convertIValue() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/fallback/ |
H A D | op_kernel_runner.h | 113 for (const auto& tensor_value : tensor_values) { in OpKernelRunState() local
|
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | optimizer.py | 289 def wrap_tensor(self, tx: "InstructionTranslator", tensor_value): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/ |
H A D | tfprof_output.proto | 22 TFProfTensorProto tensor_value = 15; field
|
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/ |
H A D | XNNCompiler.cpp | 163 const fb_xnnpack::XNNTensorValue* tensor_value, in getConstantDataPtr() 198 const fb_xnnpack::XNNTensorValue* tensor_value = nullptr; in defineTensor() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | debug_events_writer.cc | 278 const Tensor& tensor_value) { in WriteGraphExecutionTrace()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | kernel_and_device.cc | 72 for (const TensorValue& tensor_value : tensor_args_) { in GetLocalTensors() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | memory_planner.cpp | 122 for (auto* tensor_value : new_free_tensors) { in assignStorageToManagedTensors() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/ |
H A D | benchmark_test.cc | 118 StringRef tensor_value = GetString(input_tensor, tensor_dim_index); in CheckInputTensorValue() local
|
/aosp_15_r20/external/federated-compute/fcp/aggregation/protocol/simple_aggregation/ |
H A D | simple_aggregation_protocol_test.cc | 814 std::atomic<int> tensor_value = 0; in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate.cc | 1509 const std::vector<T>& tensor_value, in AddNewInputConstantTensor() 1561 const std::vector<T>& tensor_value, in AddNewInputConstantTensor()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | shape_type_inference.cpp | 427 auto tensor_value = in ComputeConstantFolding() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | interpreter_test.cc | 1098 int* tensor_value = interpreter.typed_tensor<int>(1); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/constant_folding/ |
H A D | pass.cc | 114 ValueRange control_operands, TypedAttr tensor_value, in CreateConstantTensorOp()
|