Home
last modified time | relevance | path

Searched defs:copy_tensor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/
H A DSimpleTensor.h223 SimpleTensor<T1> copy_tensor(const SimpleTensor<T2> &tensor) in copy_tensor() function
237 SimpleTensor<T1> copy_tensor(const SimpleTensor<half> &tensor) in copy_tensor() function
248 SimpleTensor<T1> copy_tensor(const SimpleTensor<half> &tensor) in copy_tensor() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlist_kernels.h626 const auto copy_tensor = IsPluggableDevice(c) in Compute() local
795 const auto copy_tensor = IsPluggableDevice(c) in Compute() local
820 const auto copy_tensor = IsPluggableDevice(c) ? &CopyTensorPluggableDevice<T> in Scatter() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dref_var.cc101 Tensor copy_tensor; in AssignRefVariable() local
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dvalues.py231 def copy_tensor(composite_tensor_obj): function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dconfig_test.py71 def copy_tensor(dtype=dtypes.int32): function
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcnn.c74 static void copy_tensor(const TENSOR *src, int copy_channels, int dst_offset, in copy_tensor() function