Home
last modified time | relevance | path

Searched refs:MakeOnStackBuffer (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime_test.cc44 return BufferInfo::MakeOnStackBuffer(on_stack_buffer_size); in SizesToBufferInfos()
161 CheckRoundTripIsOk(BufferInfo::MakeOnStackBuffer(0)); in TEST()
162 CheckRoundTripIsOk(BufferInfo::MakeOnStackBuffer(4)); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dbuffer_info_util.cc29 buffer_infos.push_back(BufferInfo::MakeOnStackBuffer(allocation.size())); in CreateBufferInfosFromBufferAssignment()
/external/tensorflow/tensorflow/compiler/xla/
Dcpu_function_runtime.h101 static BufferInfo MakeOnStackBuffer(tensorflow::uint64 size) { in MakeOnStackBuffer() function