Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dtensor_util.h33 inline at::Tensor CopyTensor(const at::Tensor& ref) { in CopyTensor() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dthreadpool_device_test.cc49 TEST(ThreadPoolDeviceTest, CopyTensor) { in TEST() argument
/aosp_15_r20/external/executorch/runtime/core/test/
H A Devalue_test.cpp76 TEST_F(EValueTest, CopyTensor) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlist_kernels.h114 inline void CopyTensor(OpKernelContext* ctx, Tensor& src, Tensor& dst) { in CopyTensor() function