Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildTFL_FullyConnectedOptionsWeightFormatAttr (0.42 sec)

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

      const char* option_name = tflite::EnumNameActivationFunctionType(value);
      return builder.getStringAttr(option_name);
    }
    
    static mlir::Attribute BuildTFL_FullyConnectedOptionsWeightFormatAttr(
        tflite::FullyConnectedOptionsWeightsFormat value, mlir::Builder builder) {
      const char* option_name =
          tflite::EnumNameFullyConnectedOptionsWeightsFormat(value);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 38K bytes
    - Viewed (0)
Back to top