Home
last modified time | relevance | path

Searched defs:tensor_ (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesLinearAlgebra.cpp188 const auto tensor_ = check_and_reshape_input(tensor, batch_dim); in apply_one() local
196 const auto tensor_ = check_and_reshape_input(tensor, batch_dim); in apply_two() local
205 const auto tensor_ = check_and_reshape_input(tensor, batch_dim); in apply_three() local
214 const auto tensor_ = check_and_reshape_input(tensor, batch_dim); in apply_four() local
240 const auto tensor_ = std::get<0>(tensor_other); in apply_one() local
250 const auto tensor_ = std::get<0>(tensor_other); in apply_two() local
342 const auto tensor_ = std::get<0>(tensor_other); in cholesky_solve_batch_rule() local
H A DBatchRulesBinaryOps.cpp24 auto tensor_ = std::get<0>(tensor_other); in _binary_pointwise_batch_rule() local
109 auto tensor_ = moveBatchDimToFront(tensor, tensor_batch_dim); in binary_pointwise_inplace_batch_rule() local
131 auto tensor_ = moveBatchDimToFront(tensor, tensor_batch_dim); in comparison_pointwise_batch_rule() local
H A DLegacyVmapTransforms.h157 Tensor tensor_; member
H A DBatchRulesHelper.cpp180 auto tensor_ = moveBatchDimToFront(tensor, tensor_batch_dim); in _binary_pointwise_helper() local
/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/
H A Dconverters.cc88 std::unique_ptr<tf::Tensor> tensor_; member in fcp::aggregation::tensorflow::NumericTensorDataAdapter
110 std::unique_ptr<tf::Tensor> tensor_; member in fcp::aggregation::tensorflow::StringTensorDataAdapter
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupGloo.hpp200 at::Tensor tensor_; member in c10d::ProcessGroupGloo::SendWork
223 at::Tensor tensor_; member in c10d::ProcessGroupGloo::RecvWork
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device_util.h333 : tensor_(std::move(tensor)), in tensor_() function
340 std::unique_ptr<parallel_device::ParallelTensor> tensor_; variable
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dtensor_impl.h56 LazyTensorPtr tensor_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dqueue_ops.cc93 Tensor tensor_; member in tensorflow::FakeQueueOp
H A Dvariable_ops.cc63 Tensor tensor_; member in tensorflow::LegacyVar
H A Dsparse_cross_op.cc193 const Tensor& tensor_; member in tensorflow::__anonad3ebfaf0111::DenseTensorColumn
216 const Tensor& tensor_; member in tensorflow::__anonad3ebfaf0111::KeyedDenseTensorColumn
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dtensor_coding.h105 Tensor tensor_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dfallback_tensor.h44 tensorflow::Tensor tensor_; variable
H A Dfallback_tensor.cc50 tensorflow::Tensor tensor_; member in tensorflow::tfrt_stub::__anonb0533b900111::ImmutableTensorBuffer
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dresource_var.h108 Tensor tensor_; variable
/aosp_15_r20/external/executorch/backends/qualcomm/aot/wrappers/
H A DTensorWrapper.h113 Qnn_Tensor_t tensor_ = QNN_TENSOR_INIT; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DLegacyVmapTransforms.h153 Tensor tensor_; member
/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Dextension.cpp24 torch::Tensor tensor_; member
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_tensor.h166 std::unique_ptr<Tensor> tensor_; variable
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/base/public/
H A Dtensor.h124 std::unique_ptr<TF_Tensor, TFTensorDeleter> tensor_; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dweights.h135 Tensor tensor_; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dbinary_ops.cc152 std::array<ITensorProxyPtr, 2> tensor_{nullptr, nullptr}; member in tensorflow::tensorrt::convert::__anon4e53edec0111::ConvertBinaryImpl
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dlist_model_parameters.cpp120 auto tensor_ = attr.toTensor(); in getParamAttributes() local
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/
H A DTensorDataContainer.h351 at::Tensor tensor_; member
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DFormatting.cpp258 std::ostream& print(std::ostream& stream, const Tensor & tensor_, int64_t linesize) { in print()

12