Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CodegenModule (0.28 sec)

  1. tensorflow/compiler/aot/embedded_protocol_buffers.cc

              {"{{ARRAY_SIZE}}", absl::StrCat(protobuf_array_size)},
              {"{{PROTOBUF_NAME}}", absl::StrCat(qualified_cpp_protobuf_name)},
          });
    }
    
    static absl::StatusOr<string> CodegenModule(
        llvm::TargetMachine* target_machine, std::unique_ptr<llvm::Module> module) {
      llvm::SmallVector<char, 0> stream_buffer;
      llvm::raw_svector_ostream ostream(stream_buffer);
      llvm::legacy::PassManager codegen_passes;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:48:41 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top