Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_opcode_index (0.1 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    }
    
    struct OperatorBuilder {
      typedef Operator Table;
      ::flatbuffers::FlatBufferBuilder &fbb_;
      ::flatbuffers::uoffset_t start_;
      void add_opcode_index(uint32_t opcode_index) {
        fbb_.AddElement<uint32_t>(Operator::VT_OPCODE_INDEX, opcode_index, 0);
      }
      void add_inputs(::flatbuffers::Offset<::flatbuffers::Vector<int32_t>> inputs) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top