Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceDefault.h24 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void* allocate_temp(size_t num_bytes) const { in allocate_temp() function
DTensorDeviceThreadPool.h71 EIGEN_STRONG_INLINE void* allocate_temp(size_t num_bytes) const { in allocate_temp() function
DTensorDeviceGpu.h229 EIGEN_STRONG_INLINE void* allocate_temp(size_t num_bytes) const { in allocate_temp() function
DTensorDeviceSycl.h174 EIGEN_STRONG_INLINE void *allocate_temp(size_t num_bytes) const { in allocate_temp() function
880 EIGEN_STRONG_INLINE void *allocate_temp(size_t num_bytes) const { in allocate_temp() function
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc289 Status OpKernelConstruction::allocate_temp(DataType type, in allocate_temp() function in tensorflow::OpKernelConstruction
308 Status OpKernelConstruction::allocate_temp(DataType type, in allocate_temp() function in tensorflow::OpKernelConstruction
820 Status OpKernelContext::allocate_temp( in allocate_temp() function in tensorflow::OpKernelContext
858 Status OpKernelContext::allocate_temp(DataType type, const TensorShape& shape, in allocate_temp() function in tensorflow::OpKernelContext
865 Status OpKernelContext::allocate_temp(DataType type, const TensorShape& shape, in allocate_temp() function in tensorflow::OpKernelContext
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dtfrt_op_kernel.cc153 Status TFRTOpKernelContext::allocate_temp(DataType type, in allocate_temp() function in tensorflow::TFRTOpKernelContext