Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for initDS (0.2 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. pkg/printers/internalversion/printers_test.go

    		expect []metav1.TableRow
    	}{
    		{
    			// Test pod has 2 restartable init containers, the first one running but not started.
    			api.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "test1"},
    				Spec: api.PodSpec{
    					InitContainers: []api.Container{
    						{Name: "restartable-init-1", RestartPolicy: &containerRestartPolicyAlways},
    						{Name: "restartable-init-2", RestartPolicy: &containerRestartPolicyAlways},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top