/external/tensorflow/tensorflow/contrib/training/python/training/ |
hparam.py | 193 `values` is a string containing comma-separated `name=value` pairs. 213 * List: A comma separated list of scalar values of the parameter type 221 values: String. Comma separated list of `name=value` pairs where 321 [`parse()`](#HParams.parse) method, passing a string of comma separated 338 help='Comma separated list of "name=value" pairs.') 509 values: String. Comma separated list of `name=value` pairs where
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
optparse.py | 343 """Return a comma-separated list of option strings & metavariables.""" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
optparse.py | 343 """Return a comma-separated list of option strings & metavariables.""" [all...] |
/prebuilts/go/darwin-x86/src/cmd/fix/ |
typecheck.go | 44 // A Field or FieldList has as its type a comma-separated list 110 Method map[string]string // map method name to comma-separated return types (should start with "func ")
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
alldocs.go | 135 // a space-separated list of build tags to consider satisfied during the 144 // space-separated list of arguments to pass to an underlying tool 426 // The arguments to the directive are space-separated tokens or [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/internal/work/ |
build.go | 105 a space-separated list of build tags to consider satisfied during the 114 space-separated list of arguments to pass to an underlying tool
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
main.go | 34 tags = flag.String("tags", "", "space-separated list of build tags to apply when parsing") 226 // Accept space-separated tags because that matches
|
/prebuilts/go/darwin-x86/src/net/textproto/ |
reader.go | 75 // continuation lines are separated from the previous line 237 // separated by a newline (\n).
|
/prebuilts/go/darwin-x86/src/text/template/parse/ |
parse.go | 590 // space-separated arguments up to a pipeline character or right delimiter. 621 // An operand is a space-separated component of a command,
|
/prebuilts/go/linux-x86/src/cmd/fix/ |
typecheck.go | 44 // A Field or FieldList has as its type a comma-separated list 110 Method map[string]string // map method name to comma-separated return types (should start with "func ")
|
/prebuilts/go/linux-x86/src/cmd/go/ |
alldocs.go | 135 // a space-separated list of build tags to consider satisfied during the 144 // space-separated list of arguments to pass to an underlying tool 426 // The arguments to the directive are space-separated tokens or [all...] |
/prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
build.go | 105 a space-separated list of build tags to consider satisfied during the 114 space-separated list of arguments to pass to an underlying tool
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
main.go | 34 tags = flag.String("tags", "", "space-separated list of build tags to apply when parsing") 226 // Accept space-separated tags because that matches
|
/prebuilts/go/linux-x86/src/net/textproto/ |
reader.go | 75 // continuation lines are separated from the previous line 237 // separated by a newline (\n).
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
parse.go | 590 // space-separated arguments up to a pipeline character or right delimiter. 621 // An operand is a space-separated component of a command,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
optparse.py | 343 """Return a comma-separated list of option strings & metavariables.""" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | 343 """Return a comma-separated list of option strings & metavariables.""" [all...] |
/external/curl/packages/vms/ |
generate_config_vms_h_curl.com | 39 $! Allow arguments to be grouped together with comma or separated by spaces
|
/external/icu/icu4c/source/i18n/ |
alphaindex.cpp | 335 collatorPrimaryOnly_->compare(*item, separated(*item), errorCode) == 0) { 789 UnicodeString AlphabeticIndex::separated(const UnicodeString &item) { function in class:AlphabeticIndex [all...] |
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
FieldMask.cs | 136 /// separated by a comma. Fields name in each path are converted
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
endtoend_test.go | 109 // First field is opcode, then tab, then arguments separated by spaces.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
sparsetreemap.go | 34 // such that exit number or exit number is separated from its
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/ |
binutils.go | 92 // expects a set of entries separated by commas; each entry is a pair
|
/prebuilts/go/darwin-x86/src/flag/ |
flag.go | 795 // caller could create a flag that turns a comma-separated string into a slice 797 // decompose the comma-separated string into the slice. 821 // caller could create a flag that turns a comma-separated string into a slice 823 // decompose the comma-separated string into the slice. [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
check_test.go | 46 testFiles = flag.String("files", "", "space-separated list of test files")
|