Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h83 ObjectFileData object_file_data,
93 const ObjectFileData& object_file_data() const { return object_file_data_; } in object_file_data()
102 const ObjectFileData object_file_data_;
Dcpu_compiler.cc133 ObjectFileData object_file_data, std::vector<BufferInfo> buffer_infos, in CpuAotCompilationResult()
924 ObjectFileData object_file_data(object_file->getBufferStart(), in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h51 using ObjectFileData = std::vector<char>; variable