Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for tensorlist (0.14 sec)

  1. RELEASE.md

    *   Others
        *   Retain parent namescope for ops added inside
            `tf.while_loop`/`tf.cond`/`tf.switch_case`.
        *   Update `tf.vectorized_map` to support vectorizing `tf.while_loop` and
            TensorList operations.
        *   `tf.custom_gradient` can now be applied to functions that accept nested
            structures of `tensors` as inputs (instead of just a list of tensors).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. 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