Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OperatorCode (0.44 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      absl::flat_hash_map<int, absl::flat_hash_map<std::string, int>>
          tensor_index_map_;
    
      // Maps op name to index of the corresponding OperatorCode in opcodes_ vector.
      absl::flat_hash_map<std::string, uint32_t> opcode_index_map_;
      std::vector<BufferOffset<tflite::OperatorCode>> opcodes_;
    
      // Maps function name to index of the corresponding subgraph in the FlatBuffer
      // model.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top