Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.h89 ObjectFileData object_file_data,
99 const ObjectFileData& object_file_data() const { return object_file_data_; } in object_file_data()
107 const ObjectFileData object_file_data_;
H A Dcpu_compiler.cc288 ObjectFileData object_file_data, std::vector<BufferInfo> buffer_infos, in CpuAotCompilationResult()
1561 ObjectFileData object_file_data(object_file->getBufferStart(), in CompileAheadOfTime()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcompiler.h52 using ObjectFileData = std::vector<char>; variable