Searched refs:compiled_program (Results 1 – 5 of 5) sorted by relevance
54 struct brw_program compiled_program; variable393 for (entry = compiled_program.first; in main()412 for (entry = compiled_program.first; entry; entry = entry->next) in main()422 for (entry = compiled_program.first; in main()431 for (entry = compiled_program.first; entry; entry = entry->next) { in main()453 for (entry = compiled_program.first; in main()
190 extern struct brw_program compiled_program;
640 compiled_program = $1;
500 std::unique_ptr<tpu_driver::CompiledProgramHandle> compiled_program, in PyTpuExecutable() argument522 client_->driver()->LoadProgram(device_id, compiled_program.get(), {}); in PyTpuExecutable()814 std::unique_ptr<tpu_driver::CompiledProgramHandle> compiled_program = in Compile() local823 compiled_program->program_shape(&program_shape_proto); in Compile()835 std::move(compiled_program), std::move(*device_assignment), in Compile()
278 std::unique_ptr<tpu_driver::CompiledProgramHandle> compiled_program,