Home
last modified time | relevance | path

Searched defs:_tensor (Results 1 – 13 of 13) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/
DNEFillBorderKernel.h88 ITensor *_tensor; variable
/external/ComputeLibrary/src/gpu/cl/utils/
DClAuxTensorHandler.h43 : _tensor() in _tensor() function
/external/ComputeLibrary/src/cpu/utils/
DCpuAuxTensorHandler.h43 : _tensor() in _tensor() function
/external/pytorch/functorch/dim/
Ddelayed_mul_tensor.py40 def _tensor(self): member in DelayedMulTensor
/external/ComputeLibrary/arm_compute/graph/
DEdge.h148 Tensor *_tensor; variable
/external/pytorch/torch/utils/benchmark/utils/
Dcompare.py9 from torch import tensor as _tensor unknown
/external/pytorch/torch/csrc/autograd/
Dpython_engine.cpp255 PyObject* _tensor = PyTuple_GET_ITEM(tensors, i); in THPEngine_run_backward() local
/external/pytorch/aten/src/ATen/native/mps/
DOperationUtils.h120 Tensor _tensor; variable
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py3138 def _tensor(): function
/external/pytorch/torch/csrc/distributed/c10d/
DProcessGroupUCC.cpp40 ucc_datatype_t to_ucc_dType(at::Tensor _tensor) { in to_ucc_dType()
/external/pytorch/torch/csrc/cuda/
DModule.cpp380 PyObject* _tensor = PyTuple_GET_ITEM(tensors_o, i); in THCPModule_cudaJiteratorCompileAndLaunchKernel() local
/external/pytorch/torch/testing/_internal/
Dcommon_methods_invocations.py7121 def _tensor(shape, dtype=dtype, low=None, high=None): function
7149 def _tensor(shape, dtype=dtype, low=None, high=None): function
7204 def _tensor(shape, dtype=dtype, low=None, high=None): function
7930 def _tensor(shape, dtype=dtype, low=None, high=None): function
/external/pytorch/test/
Dtest_reductions.py2916 def _assert_warning(_func, _tensor, _correction): argument