Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for laterFns (0.07 sec)

  1. src/go/internal/gcimporter/ureader.go

    	// PosBase, Pkg, and Type sections, respectively.
    	posBases []string // position bases (i.e., file names)
    	pkgs     []*types.Package
    	typs     []types.Type
    
    	// laterFns holds functions that need to be invoked at the end of
    	// import reading.
    	laterFns []func()
    
    	// ifaces holds a list of constructed Interfaces, which need to have
    	// Complete called after importing is done.
    	ifaces []*types.Interface
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/convert_tf_control_flow_to_scf.cc

    #include "tensorflow/compiler/mlir/tensorflow/transforms/passes.h"
    
    namespace mlir {
    namespace TF {
    
    namespace {
    
    /// Move the ops of `source_block` into `destination_block`, keeping the later's
    /// block arguments' type as `block_arguments_type`.
    static void moveBlock(Block* source_block, Block* destination_block,
                          TypeRange block_arguments_type,
                          PatternRewriter& rewriter) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 03 12:35:38 UTC 2022
    - 9.4K bytes
    - Viewed (0)
Back to top