Home
last modified time | relevance | path

Searched defs:object_file_data (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/aot/
Dembedded_protocol_buffers.h53 string object_file_data; member
Dcodegen.h71 string object_file_data; member
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_aot_test_helper.cc113 const std::vector<char>& object_file_data = result->object_file_data(); in main() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h93 const ObjectFileData& object_file_data() const { return object_file_data_; } in object_file_data() function
Dcpu_compiler.cc133 ObjectFileData object_file_data, std::vector<BufferInfo> buffer_infos, in CpuAotCompilationResult()
924 ObjectFileData object_file_data(object_file->getBufferStart(), in CompileAheadOfTime() local