Home
last modified time | relevance | path

Searched defs:tensor_class (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
H A Dsparse_reshape_op_test.py354 def _MakeAndReshapeTensor(self, tensor_class, original_shape, target_shape): argument
372 def testImpliedReshapeEmpty1DTensor(self, tensor_class): argument
382 def testImpliedReshapeEmpty2DTensor(self, tensor_class): argument
392 def testImpliedReshapeEmpty3DTensor(self, tensor_class): argument
401 def testImpliedReshapeEmpty4DTensor(self, tensor_class): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dkeras_tensor.py362 def _overload_all_operators(cls, tensor_class): # pylint: disable=invalid-name argument
373 def _overload_operator(cls, tensor_class, operator): # pylint: disable=invalid-name argument
/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_lazy_tensor.py176 tensor_class: str = "torch::lazy::LazyTensor" variable in default_args
/aosp_15_r20/external/pytorch/torch/csrc/tensor/
H A Dpython_tensor.cpp265 auto tensor_class = THPObjectPtr(PyObject_GetAttrString(torch, "Tensor")); in get_tensor_dict() local