Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for protobufs_to_embed (0.28 sec)

  1. tensorflow/compiler/aot/embedded_protocol_buffers.h

    //
    // `target_triple` is the target triple for the target architecture for the
    // generated object file.
    //
    // `protobufs_to_embed` describes the protocol buffers to embed into the
    // resulting object file.  The C++ shim for protobufs_to_embed[i] is
    // cpp_shims[i] in the returned EmbeddedProtocolBuffers instance.  The contents
    // of all the protocol buffers are embedded into a single .o file whose content
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 10 18:19:50 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/embedded_protocol_buffers.cc

      for (const ProtobufToEmbed& protobuf_to_embed : protobufs_to_embed) {
        string cpp_shim, cpp_variable_decl;
        if (protobuf_to_embed.message) {
          string protobuf_array_symbol_name;
          int64_t protobuf_array_size;
    
          AddEmbeddedProtocolBufferToLlvmModule(
              module_with_serialized_proto.get(), *protobuf_to_embed.message,
              protobuf_to_embed.symbol_prefix, &protobuf_array_symbol_name,
    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