Home
last modified time | relevance | path

Searched defs:ConstTensor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/armnn/include/armnn/
H A DTensor.hpp327 class ConstTensor : public BaseTensor<const void*> class
332 ConstTensor() : BaseTensor<const void*>() in ConstTensor() function in armnn::ConstTensor
342ConstTensor(const Tensor& other) : BaseTensor<const void*>(other.GetInfo(), other.GetMemoryArea()) in ConstTensor() function in armnn::ConstTensor
360 ConstTensor(const TensorInfo& info, const ContainerType<T, ContainerArgs...>& container) in ConstTensor() function in armnn::ConstTensor
382 ConstTensor(const TensorInfo& info, MemoryType memoryArea) in ConstTensor() function in armnn::ConstTensor
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/_tensor/
H A Dworkload_tensors.py97 def workload_tensors_to_ndarray(workload_tensors: List[Tuple[int, Union[Tensor, ConstTensor]]]) -> … argument
H A Dconst_tensor.py13 class ConstTensor(AnnConstTensor): class
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_types.h33 ConstTensor; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dtranspose_test.cc219 ConstTensor; in TransposeUsingEigenNd() typedef
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx.py1017 class ConstTensor(torch.nn.Module): class
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h7571 ConstTensor; in CumsumImpl() typedef