Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 373 for genResult (0.12 sec)

  1. src/cmd/compile/internal/ssa/_gen/rulegen.go

    	return pos, checkOp
    }
    
    func genResult(rr *RuleRewrite, arch arch, result, pos string) {
    	move := result[0] == '@'
    	if move {
    		// parse @block directive
    		s := strings.SplitN(result[1:], " ", 2)
    		rr.add(stmtf("b = %s", s[0]))
    		result = s[1]
    	}
    	cse := make(map[string]string)
    	genResult0(rr, arch, result, true, move, pos, cse)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 02 22:09:21 UTC 2023
    - 48.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/propagate_quantize_type.cc

        // Wire input/output nodes.
        new_dequantize_op->setOperand(0, user_op->getResult(0));
        new_dequantize_op->getResult(0).setType(user_op->getResult(0).getType());
        user_op->getResult(0).replaceAllUsesExcept(new_dequantize_op->getResult(0),
                                                   new_dequantize_op);
        user_op->getResult(0).setType(new_user_op_type);
      }
    
      LogicalResult matchAndRewrite(TF::PartitionedCallOp op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/quantize_variables.cc

      for (auto *var_handle_user : var_handle_op.getResult().getUsers()) {
        auto read_variable_op = dyn_cast_or_null<ReadVariableOp>(var_handle_user);
        if (!read_variable_op) continue;
        for (auto *read_variable_user : read_variable_op.getResult().getUsers()) {
          auto q_op = dyn_cast_or_null<QuantizeOp>(read_variable_user);
          if (!q_op || ref_qtype) continue;
          ref_qtype = q_op.getResult().getType();
        }
      }
      return ref_qtype;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r48/PhasedBuildActionCrossVersionSpec.groovy

                    .build()
                    .run()
            }
    
            then:
            projectsLoadedHandler.getResult() == "loading"
            buildFinishedHandler.getResult() == "build"
        }
    
        def "failures from action are received and future actions not run"() {
            def projectsLoadedHandler = new IntermediateResultHandlerCollector()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

        rewriter.replaceAllUsesWith(filter_op->getResult(0),
                                    quantized_filter_constant_op.getResult());
    
        // Replace conv op with a new convolution op that has quantized output type.
        // Quantize -> Dequantize following r3.
        auto output_uniform_quantize_call_op = cast<func::CallOp>(
            *combined_scale_multiply_op.getResult().user_begin());
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/utils/lstm_utils.cc

               : recurrent_weights_array->getResult(1);
      Value recurrent_to_cell_weights =
          indy ? mlir::cast<Value>(
                     CreateFlattenOP(recurrent_weights_array->getResult(2),
                                     func_op.getLoc(), builder)
                         .getResult())
               : recurrent_weights_array->getResult(2);
      Value recurrent_to_output_weights =
          indy ? mlir::cast<Value>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/push_transpose_through_ewise.cc

        // Compute inverse of input transpose.
        llvm::SmallVector<int32_t> inverse_perm = InvertPermutation(perm_arr);
    
        if (tpose_arg.getResult().getType() != op->getResult(0).getType()) {
          // If types are not equal here than the transpose is taking place
          // before an implicit broadcast in the elementwise. We need
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/quantization/lite/tfl_to_std.cc

        b.setInsertionPoint(op);
        if (auto dq = llvm::dyn_cast<quantfork::DequantizeCastOp>(op)) {
          auto dcast = b.create<DequantizeOp>(dq.getLoc(), dq.getResult().getType(),
                                              dq.getArg());
          dq.getResult().replaceAllUsesWith(dcast);
          if (auto extra_attr = op->getAttr(mlir::quant::kVolatileOpAttrName)) {
            dcast->setAttr(mlir::quant::kVolatileOpAttrName, extra_attr);
          }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 02:50:01 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/decompose_reduce_dataset.cc

      SmallVector<Value, 4> while_input_values;
      SmallVector<Type, 4> while_input_types;
      while_input_values.push_back(const_true.getResult());
      while_input_types.push_back(const_true.getResult().getType());
      for (int i = 1; i < reduce_dataset.getNumOperands(); ++i) {
        while_input_values.push_back(reduce_dataset.getOperand(i));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14K bytes
    - Viewed (0)
  10. pkg/ledger/ledger_test.go

    	l.Put("second", "value")
    	resultHashes[l.RootHash()] = true
    	getResult, err := l.Get("foo")
    	assert.NoError(t, err)
    	assert.Equal(t, getResult, "baz")
    	getResult, err = l.Get("second")
    	assert.NoError(t, err)
    	assert.Equal(t, getResult, "value")
    	getResult, err = l.GetPreviousValue(firstHash, "foo")
    	assert.NoError(t, err)
    	assert.Equal(t, getResult, "bar")
    	if len(resultHashes) != 3 {
    		t.Fatal("Encountered has collision")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 12 16:12:59 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top