Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmitBuildOperator (0.12 sec)

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

    //       const std::vector<int32_t>& operands,
    //       const std::vector<int32_t>& results,
    //       const std::vector<int32_t>& intermediates,
    //       flatbuffers::FlatBufferBuilder *fbb);
    static void EmitBuildOperator(const std::vector<Record *> &defs,
                                  raw_ostream *ostream) {
      raw_ostream &os = *ostream;
    
      // Signature
      os << "std::optional<flatbuffers::Offset<tflite::Operator>>\n"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 15:05:28 UTC 2023
    - 23.7K bytes
    - Viewed (0)
Back to top