Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for init_ops (0.08 sec)

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

          inst->emitOpError("is not a supported TFLite op");
          return std::nullopt;
        }
    
        if (*builtin_code == tflite::BuiltinOperator_CALL_ONCE) {
          if (auto initOp = dyn_cast<mlir::TFL::CallOnceOp>(inst)) {
            return BuildCallOnceOperator(initOp, operands, results);
          }
        }
    
        std::string op_name = inst->getName().getStringRef().str();
        uint32_t opcode_index = GetOpcodeIndex(op_name, *builtin_code);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    hn={connected:function(){Oe(this.$el,this.$name)||ze(this.$el,this.$name)}},un={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String,queued:Boolean},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",queued:!1,initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation:function(t){return!!t.animation[0]},hasTra...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
Back to top