Home
last modified time | relevance | path

Searched defs:scalar_tensor (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_reduction_sycl.cpp69 using scalar_tensor = Tensor<DataType, 0, DataLayout, IndexType>; in test_full_reductions_sum_with_offset_sycl() typedef
143 using scalar_tensor = Tensor<DataType, 0, DataLayout, IndexType>; in test_full_reductions_max_with_offset_sycl() typedef
276 using scalar_tensor = Tensor<DataType, 0, DataLayout, IndexType>; in test_full_reductions_mean_with_offset_sycl() typedef
321 using scalar_tensor = Tensor<DataType, 0, DataLayout, IndexType>; in test_full_reductions_mean_with_odd_offset_sycl() typedef
399 using scalar_tensor = Tensor<DataType, 0, DataLayout, IndexType>; in test_full_reductions_min_with_offset_sycl() typedef
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBucketization.cpp199 const Tensor& scalar_tensor = searchsorted_scalar_tensor(self, sorted_sequence.device()); in searchsorted_out_cpu() local
224 const Tensor& scalar_tensor = searchsorted_scalar_tensor(self, sorted_sequence.device()); in searchsorted_cpu() local
H A DTensorFactories.cpp842 Tensor scalar_tensor(const Scalar& s, in scalar_tensor() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DBucketization.cu186 const Tensor& scalar_tensor = searchsorted_scalar_tensor(self, sorted_sequence.device()); in searchsorted_out_cuda() local
211 const Tensor& scalar_tensor = searchsorted_scalar_tensor(self, sorted_sequence.device()); in searchsorted_cuda() local
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesBinaryOps.cpp337 #define BINARY_SCALAR_3(op, tensor_tensor, tensor_scalar, scalar_tensor) \ in TORCH_LIBRARY_IMPL() argument
342 #define BINARY_SCALAR_3_Tensor(op, tensor_scalar, scalar_tensor) \ in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dfill_ops.cc220 ITensorProxyPtr scalar_tensor = nullptr; in Convert() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dgenerate_box_proposals_op.cu.cc299 const Tensor& scalar_tensor = context->input(input); in GetScalarValue() local
/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/
H A Dtensor_util.h402 #define ET_EXTRACT_SCALAR_TENSOR(scalar_tensor, out_val) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtensor_array_ops_decomposition.cc217 tensorflow::Tensor scalar_tensor(tensorflow::DT_FLOAT, {}); in HandleTensorArrayV3Op() local
/aosp_15_r20/external/pytorch/torch/_prims/
H A D__init__.py2763 scalar_tensor = _make_prim( variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp160 auto scalar_tensor = tensor.view(std::vector<int64_t>{}).item(); in printAttribute() local
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py5550 def scalar_tensor( function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py3446 def scalar_tensor(g: jit_utils.GraphContext, scalar, dtype, *options): function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py6046 def scalar_tensor(s, dtype=None, layout=None, device=None, pin_memory=None): function
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp87 torch::Tensor scalar_tensor = torch::scalar_tensor( in TEST_F() local
11436 torch::Tensor scalar_tensor = torch::scalar_tensor( in TEST_F() local