Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for _Graph (0.42 sec)

  1. ChangeLog.md

    - [`KT-65336`](https://youtrack.jetbrains.com/issue/KT-65336) K2: Space build fails
    - [`KT-59683`](https://youtrack.jetbrains.com/issue/KT-59683) K2: Add control flow graph to FirScript
    - [`KT-63434`](https://youtrack.jetbrains.com/issue/KT-63434) K2. False positive `Cannot access` with protected nested classifiers references inside anonymous object inherited from containing class
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // Append a UnitAttr for the "token" operand of the mhlo.infeed op here to
          // avoid compilation failure when exporting "layouts" attribute of the
          // corresponding InfeedDequeueTupleOp to a graph node.
          data_and_token->setAttr("layout", op->getAttr("layouts"));
        }
        llvm::SmallVector<Value> results;
        results.reserve(result_types.size());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    			base.Fatalf("missing stack map index for %v", v.LongString())
    		}
    	}
    
    	call, ok := v.Aux.(*ssa.AuxCall)
    
    	if ok {
    		// Record call graph information for nowritebarrierrec
    		// analysis.
    		if nowritebarrierrecCheck != nil {
    			nowritebarrierrecCheck.recordCall(s.pp.CurFunc, call.Fn, v.Pos)
    		}
    	}
    
    	if s.maxarg < v.AuxInt {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top