Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddEmbeddedProtocolBufferToLlvmModule (0.43 sec)

  1. tensorflow/compiler/aot/embedded_protocol_buffers.cc

    #include "xla/service/llvm_ir/llvm_type_conversion_util.h"
    #include "xla/util.h"
    
    namespace tensorflow {
    namespace tfcompile {
    
    using xla::llvm_ir::AsStringRef;
    
    static void AddEmbeddedProtocolBufferToLlvmModule(
        llvm::Module* module, const ::tensorflow::protobuf::MessageLite& proto,
        absl::string_view unique_identifier, string* protobuf_array_symbol_name,
        int64_t* protobuf_array_size) {
    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