Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for NResults (0.23 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let results = (outs TFL_BoolTensor:$output);
    }
    
    def TFL_LogicalOrOp : TFL_Op<"logical_or", [Pure]> {
      let summary = "Logical OR operator";
    
      let description = [{
        Element-wise logical OR operation.
      }];
    
      let arguments = (
        ins TFL_BoolTensor:$lhs,
        TFL_BoolTensor:$rhs);
    
      let results = (outs TFL_BoolTensor:$output);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        }
        if (auto vhlo_op = llvm::dyn_cast<mlir::vhlo::MinOpV1>(inst)) {
          return BuildStablehloOperatorwithoutOptions(
              inst, operands, results, tflite::BuiltinOperator_STABLEHLO_MINIMUM);
        }
        if (auto vhlo_op = llvm::dyn_cast<mlir::vhlo::PadOpV1>(inst)) {
          return BuildVhloPadV1Op(vhlo_op, operands, results, vhlo_type_converter);
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  3. cmd/storage-datatypes_gen.go

    		switch msgp.UnsafeString(field) {
    		case "Results":
    			var zb0002 uint32
    			zb0002, err = dc.ReadArrayHeader()
    			if err != nil {
    				err = msgp.WrapError(err, "Results")
    				return
    			}
    			if cap(z.Results) >= int(zb0002) {
    				z.Results = (z.Results)[:zb0002]
    			} else {
    				z.Results = make([]int, zb0002)
    			}
    			for za0001 := range z.Results {
    				z.Results[za0001], err = dc.ReadInt()
    				if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  4. cmd/admin-handlers.go

    				if jerr == nil {
    					srvResult.Results = append(srvResult.Results, servicePeerResult{
    						Host:          nerr.Host.String(),
    						WaitingDrives: waitingDrives,
    					})
    					continue
    				}
    			}
    			errStr := ""
    			if nerr.Err != nil {
    				errStr = nerr.Err.Error()
    			}
    			srvResult.Results = append(srvResult.Results, servicePeerResult{
    				Host: nerr.Host.String(),
    				Err:  errStr,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        future2.set(DATA2);
        assertFalse(compound.isDone());
        listener.expectCall();
        future3.set(DATA3);
        assertTrue(listener.wasCalled());
    
        List<String> results = getDone(compound);
        assertThat(results).containsExactly(DATA1, DATA2, DATA3).inOrder();
      }
    
      public void testAllAsList_emptyList() throws Exception {
        SingleCallListener listener = new SingleCallListener();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        future2.set(DATA2);
        assertFalse(compound.isDone());
        listener.expectCall();
        future3.set(DATA3);
        assertTrue(listener.wasCalled());
    
        List<String> results = getDone(compound);
        assertThat(results).containsExactly(DATA1, DATA2, DATA3).inOrder();
      }
    
      public void testAllAsList_emptyList() throws Exception {
        SingleCallListener listener = new SingleCallListener();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    }
    
    def RemoveUnusedWhileResultsPass : Pass<"tf-remove-unused-while-results", "mlir::func::FuncOp"> {
      let summary = "Removes unused results from tf.WhileRegion ops";
       let description = [{
          Removes unused results from `tf.WhileRegion` ops along with the defining
          ops in the body, if it is safe to do so.
          Currently, the pass detects results with following properties:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    				t.Fatalf("%v: Expected %#v, got %#v", name, e, a)
    			}
    		})
    	}
    }
    
    // TestStoreListResourceVersion tests that if List with ResourceVersion > 0, it will wait until
    // the results are as fresh as given version.
    func TestStoreListResourceVersion(t *testing.T) {
    	fooPod := &example.Pod{
    		ObjectMeta: metav1.ObjectMeta{Namespace: "test", Name: "foo"},
    		Spec:       example.PodSpec{NodeName: "machine"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

                                           ResultRange results);
    
      // Makes result types match the operand types (the i-th result type will
      // match the i-th operand type). Returns true if anything is changed.
      bool RefineTypeForPassThroughOperands(Operation* op, OperandRange operands,
                                            ResultRange results);
    
      // Makes result type's shape match the corresponding operand's shape.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  10. src/reflect/value.go

    	// and then copies the results back into scratch.
    	call(methodFrameType, methodFn, methodFrame, uint32(methodFrameType.Size()), uint32(methodABI.retOffset), uint32(methodFrameSize), &methodRegs)
    
    	// Copy return values.
    	//
    	// This is somewhat simpler because both ABIs have an identical
    	// return value ABI (the types are identical). As a result, register
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top