Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.cc951 struct CompileModuleResults { struct
952 std::unique_ptr<llvm::Module> llvm_module;
953 std::unique_ptr<BufferAssignment> buffer_assignment;
954 std::vector<BufferAllocation> allocations;
955 std::variant<OwnedThunkSequence, OwnedJitRtProgram> executable;
956 EntryFunctionAttributes entry_func_attrs;
957 std::vector<GpuExecutable::ConstantInfo> constants;
958 OutputInfoMap output_info;
959 Shape output_shape;
960 std::string module_name;