Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 129 for inputs_0 (0.08 sec)

  1. src/math/big/ratconv_test.go

    			t.Errorf("#%d got %s want %s", i, x.FloatString(test.prec), test.out)
    		}
    	}
    }
    
    // Test inputs to Rat.SetString. The prefix "long:" causes the test
    // to be skipped except in -long mode.  (The threshold is about 500us.)
    var float64inputs = []string{
    	// Constants plundered from strconv/testfp.txt.
    
    	// Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP
    	"5e+125",
    	"69e+267",
    	"999e-026",
    	"7861e-034",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 22:16:34 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/helpers_linux_test.go

    		input string
    	}
    
    	testCases := []struct {
    		name     string
    		inputs   []inputStruct
    		expected map[int64]int64
    	}{
    		{
    			name: "no valid hugepages",
    			inputs: []inputStruct{
    				{
    					key:   "2Mi",
    					input: "128",
    				},
    			},
    			expected: map[int64]int64{},
    		},
    		{
    			name: "2Mi only",
    			inputs: []inputStruct{
    				{
    					key:   v1.ResourceHugePagesPrefix + "2Mi",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/TaskNodeCodec.kt

            }
        })
        return properties
    }
    
    
    private
    fun collectRegisteredInputsOf(task: Task): List<RegisteredProperty> {
    
        val properties = mutableListOf<RegisteredProperty>()
    
        (task.inputs as TaskInputsInternal).visitRegisteredProperties(object : PropertyVisitor {
    
            override fun visitInputFileProperty(
                propertyName: String,
                optional: Boolean,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/embedding_sequencing.mlir

      // sc_forward should have TPU ops including replicated outputs but not inputs
      // CHECK: func.func private @_func_sc_forward
      // CHECK-NOT: TPUReplicatedInput
      // CHECK-DAG: TPUReplicateMetadata
      // CHECK-DAG: TPUCompilationResult
      // CHECK-DAG: TPUReplicatedOutput
      // CHECK: return
    
      // core_tput should have TPU ops including both replicated inputs and outputs
      // CHECK: func.func private @_func_core_tpu
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 01 21:27:49 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/utils/tftext_utils.cc

    LogicalResult VerifyNgrams(func::FuncOp func) {
      // The inputs and outputs should be the same:
      // * A string tensor for tokens/ragged tensor values.
      // * Zero or more row_split tensors.
      constexpr int kValues = 0;
      constexpr int kRowSplits = 1;
    
      if (func.getFunctionType().getInputs().size() !=
          func.getFunctionType().getResults().size()) {
        return func.emitError() << "Mismatched number of inputs and outputs.";
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/mlrt/parallelization.mlir

      %r = "tf.AddV2"(%w, %v) : (tensor<i32>, tensor<i32>) -> tensor<i32>
      func.return %r : tensor<i32>
    }
    
    // -----
    
    // Test inputs to the child streams are merged to the parent streams
    
    // CHECK-LABEL: func private @main_stream_1
    // CHECK-SAME: ([[INPUT0:%.*]]: tensor<i32>, [[INPUT1:%.*]]: tensor<i32>
    // CHECK: tf.Sub
    // CHECK: tf.Sub
    // CHECK: mlrt.async({{%.*}}, [[INPUT1]]
    
    // CHECK-LABEL: func @main
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 22:07:30 UTC 2023
    - 15K bytes
    - Viewed (0)
  7. pkg/kube/inject/webhook_test.go

    	values := file.AsStringOrFail(t, filepath.Join("testdata", "inputs", fname+".values.gen.yaml"))
    	template := file.AsBytesOrFail(t, filepath.Join("testdata", "inputs", fname+".template.gen.yaml"))
    	meshc := file.AsStringOrFail(t, filepath.Join("testdata", "inputs", fname+".mesh.gen.yaml"))
    
    	vc, err := NewValuesConfig(values)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
  8. tensorflow/compiler/mlir/lite/python/saved_model_to_tfl_flatbuffer.cc

      llvm::SmallVector<llvm::StringRef, 4> function_input_names;
      function_input_names.reserve(model_flags.input_arrays().size());
      auto input_attr = tf_attrs.get("inputs");
      if (!input_attr) {
        return errors::InvalidArgument("no inputs attribute found");
      }
      auto input_names = mlir::cast<mlir::StringAttr>(input_attr).getValue();
      input_names.split(function_input_names, ",", /*MaxSplit=*/-1,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/lstm.mlir

    // CHECK-EMPTY:
    // CHECK-NEXT:       },
    // CHECK-NEXT:       has_rank: true
    // CHECK-NEXT:     } ],
    // CHECK-NEXT:     inputs: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ],
    // CHECK-NEXT:     outputs: [ 24 ],
    // CHECK-NEXT:     operators: [ {
    // CHECK-NEXT:       inputs: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 23, 18, 19, 20, 21 ],
    // CHECK-NEXT:       outputs: [ 24 ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 06 18:55:51 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/lstm_asym_attr.mlir

    // CHECK-EMPTY:
    // CHECK-NEXT:       },
    // CHECK-NEXT:       has_rank: true
    // CHECK-NEXT:     } ],
    // CHECK-NEXT:     inputs: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ],
    // CHECK-NEXT:     outputs: [ 24 ],
    // CHECK-NEXT:     operators: [ {
    // CHECK-NEXT:       inputs: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 23, 18, 19, 20, 21 ],
    // CHECK-NEXT:       outputs: [ 24 ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 06 18:55:51 UTC 2023
    - 10.2K bytes
    - Viewed (0)
Back to top