Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/
H A Dembedded_protocol_buffers.h53 string object_file_data; member
H A Dcodegen.h71 string object_file_data; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dlocal_client_aot_test_helper.cc119 const std::vector<char>& object_file_data = result->object_file_data(); in main() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.h99 const ObjectFileData& object_file_data() const { return object_file_data_; } in object_file_data() function
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() local