Home
last modified time | relevance | path

Searched defs:tensor_args (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/utils/
H A Dpy_func.py116 def f_wrapper(*tensor_args):
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DCPUFallback.cpp100 std::vector<at::Tensor> tensor_args; in cpu_fallback() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_eager_fallback.cpp216 std::vector<at::Tensor> tensor_args; in ts_eager_fallback() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dkernel_and_device.h74 explicit EagerKernelArgs(gtl::InlinedVector<TensorValue, 4>&& tensor_args) in EagerKernelArgs()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Deager_service_impl_test.cc720 gtl::InlinedVector<TensorValue, 4>&& tensor_args, in TestExecuteNodeArgs()
879 gtl::InlinedVector<TensorValue, 4> tensor_args = {TensorValue()}; in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dargument_spec.h162 std::vector<ArgumentInfo> tensor_args; member
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcompiled_autograd.h200 TensorArgs tensor_args; member
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dir.py5220 tensor_args, argument
5445 def find_device(tensor_args, example_output): argument
5716 tensor_args, argument
7864 tensor_args, argument
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuiltin.py662 def tensor_args(self, *args): member in BuiltinVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime_test.cc866 gtl::InlinedVector<TensorValue, 4>&& tensor_args) { in TestFunctionPackedArgs()