Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmitBuiltinOptionsToAttributes (0.17 sec)

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

      EmitOperatorBuilders(defs, &os);
      os << "\n\n";
      EmitGetBuiltinOpCode(defs, &os);
      os << "\n\n";
      EmitBuildOperator(defs, &os);
      os << "\n\n";
      EmitBuiltinOptionsToAttributes(records, defs, &os, /*builtin_options_id=*/1);
      os << "\n\n";
      EmitBuiltinOptionsToAttributes(records, defs, &os, /*builtin_options_id=*/2);
      os << "\n\n";
      EmitOperandNumbers(records, defs, &os);
    
      return false;
    }
    
    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