Home
last modified time | relevance | path

Searched defs:allocate_tensor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Dtf_tensor.cc39 void* allocate_tensor(const char* operation, size_t len, Allocator* allocator) { in allocate_tensor() function
49 void* allocate_tensor(const char* operation, size_t len) { in allocate_tensor() function
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h1276 Status allocate_tensor(DataType type, const TensorShape& shape, in allocate_tensor() function
Dop_kernel.cc706 Status OpKernelContext::allocate_tensor( in allocate_tensor() function in tensorflow::OpKernelContext