Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for argsFor (0.04 sec)

  1. src/cmd/asm/internal/lex/input.go

    			continue
    		}
    		tokens = append(tokens, substitution...)
    	}
    	in.Push(NewSlice(in.Base(), in.Line(), tokens))
    }
    
    // argsFor returns a map from formal name to actual value for this argumented macro invocation.
    // The opening parenthesis has been absorbed.
    func (in *Input) argsFor(macro *Macro) map[string][]Token {
    	var args [][]Token
    	// One macro argument per iteration. Collect them all and check counts afterwards.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Sep 06 13:17:27 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Add meta-distribution BatchReshape which reshapes batch dimensions.
        *   `tf.contrib.layers.recompute_grad` works for explicit gradient
            checkpointing on TPU.
        *   Add `tf.contrib.framework.argsort`.
        *   Allow `DNNBoostedTreeCombinedEstimator` to work with core versions of
            feature columns and losses.
        *   Add non-linear image warping ops: `tf.contrib.image.sparse_image_warp`,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top