Home
last modified time | relevance | path

Searched defs:as_tensor (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/
H A Dregex_replace_op_test.py94 def as_tensor(s): function
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/containers/
H A DValue.h61 api::vTensor as_tensor; member
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtensor.py1106 def as_tensor(self, tx): member in SymNodeVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Divalue.h1355 at::Tensor as_tensor; member
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_new.cpp1491 Tensor as_tensor( in as_tensor() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariables.py2993 def as_tensor(self): member in PartitionedVariable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py2654 def as_tensor(data, dtype=None, device=None): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py3483 def as_tensor(g: jit_utils.GraphContext, data, dtype=None, device=None): function