Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A 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
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DLogicalFixture.h59 void allocate_tensor(std::initializer_list<TensorType *> tensors) in allocate_tensor() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h1237 Status allocate_tensor(DataType type, const TensorShape& shape, in allocate_tensor() function
H A Dop_kernel.cc750 Status OpKernelContext::allocate_tensor( in allocate_tensor() function in tensorflow::OpKernelContext