Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for rootValue (0.09 sec)

  1. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/internal/tooling/eclipse/EclipseModelBuilderTest.groovy

        }
    
        def "build command list independent from project hierarchy"() {
            setup:
            project.eclipse.project.buildCommands = [new BuildCommand('rootBuildCommand', ['rootKey': 'rootValue'])]
            child1.eclipse.project.buildCommands = [new BuildCommand('child1BuildCommand', ['child1Key': 'child1Value'])]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.cc

      // So we have to directly import these instructions.
      TF_ASSIGN_OR_RETURN(
          mlir::Value root_value,
          xla::HloFunctionImporter::ImportInstructions(
              *hlo_module->entry_computation(), arguments, symbol_table, &builder));
    
      mhlo::TupleOp root_tuple =
          mlir::dyn_cast_or_null<mhlo::TupleOp>(root_value.getDefiningOp());
      if (!root_tuple) {
        return tsl::errors::InvalidArgument(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_server_journal.go

    		} else {
    			nlq.UntilTime = &untilTime
    		}
    	}
    
    	var boot int
    	bootValue := query.Get("boot")
    	if len(bootValue) > 0 {
    		boot, err = strconv.Atoi(bootValue)
    		if err != nil {
    			allErrs = append(allErrs, field.Invalid(field.NewPath("boot"), bootValue, err.Error()))
    		} else {
    			nlq.Boot = &boot
    		}
    	}
    
    	var tailLines int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 26 18:56:28 UTC 2023
    - 13.5K bytes
    - Viewed (0)
Back to top