Home
last modified time | relevance | path

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

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