Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tensorlist (0.17 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

    // Returns a `llvm::DenseMap` which maps from the index of tensorlist in the
    // result, to the index of the same tensorlist in the arguments. For `If` op's
    // branch functions, the results and arguments are not usually matched 1-1. This
    // will let us konw which tensorlist result maps to which tensorlist in the
    // arguments. Once we know this info it will help us decide the types of the
    // result tensorlist based on the operand's of the `If` op.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/buildlist.go

    					mg.g.Require(m, append(reqs, vendorMod))
    				}
    				mg.g.Require(vendorMod, vendorList)
    
    			} else {
    				mainModule := MainModules.mustGetSingleMainModule()
    				mg.g.Require(mainModule, append(rs.rootModules, vendorMod))
    				mg.g.Require(vendorMod, vendorList)
    			}
    		}
    
    		rs.graph.Store(&cachedGraph{mg, nil})
    	})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/init.go

    			modFiles = append(modFiles, MainModules.ModFile(m))
    			modRoots = append(modRoots, MainModules.ModRoot(m))
    		}
    		checkVendorConsistency(indexes, modFiles, modRoots)
    		rs.initVendor(vendorList)
    	}
    
    	if inWorkspaceMode() {
    		// We don't need to update the mod file so return early.
    		requirements = rs
    		return rs, nil
    	}
    
    	mainModule := MainModules.mustGetSingleMainModule()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
Back to top