Searched defs:ConstTensor (Results 1 – 7 of 7) sorted by relevance
327 class ConstTensor : public BaseTensor<const void*> class332 ConstTensor() : BaseTensor<const void*>() in ConstTensor() function in armnn::ConstTensor342 … ConstTensor(const Tensor& other) : BaseTensor<const void*>(other.GetInfo(), other.GetMemoryArea()) in ConstTensor() function in armnn::ConstTensor360 ConstTensor(const TensorInfo& info, const ContainerType<T, ContainerArgs...>& container) in ConstTensor() function in armnn::ConstTensor382 ConstTensor(const TensorInfo& info, MemoryType memoryArea) in ConstTensor() function in armnn::ConstTensor
97 def workload_tensors_to_ndarray(workload_tensors: List[Tuple[int, Union[Tensor, ConstTensor]]]) -> … argument
13 class ConstTensor(AnnConstTensor): class
33 ConstTensor; typedef
219 ConstTensor; in TransposeUsingEigenNd() typedef
1017 class ConstTensor(torch.nn.Module): class
7571 ConstTensor; in CumsumImpl() typedef