Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _Graph (0.15 sec)

  1. 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)
  2. 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