HomeSort by relevance Sort by last modified time
    Searched refs:maximal (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser_test.cc 190 %v1 = f32[4]{0} parameter(0), sharding={maximal device=1}
191 %v2 = f32[4]{0} parameter(1), sharding={maximal device=1}
231 ROOT %tuple = (f32[], f32[3]{0}, f32[2,3]{1,0}) tuple(f32[] %v1, f32[3]{0} %v2, f32[2,3]{1,0} %v3), sharding={{replicated}, {maximal device=0}, {replicated}}
267 %recv = (f32[], u32[]) recv(), channel_id=15, sharding={maximal device=1}
268 ROOT %recv-done = f32[] recv-done((f32[], u32[]) %recv), channel_id=15, sharding={maximal device=1}
269 %constant = f32[] constant(2.1), sharding={maximal device=0}
270 %send = (f32[], u32[]) send(f32[] %constant), channel_id=16, sharding={maximal device=0}, control-predecessors={%recv}
271 %send-done = () send-done((f32[], u32[]) %send), channel_id=16, sharding={maximal device=0}
285 ROOT %get-tuple-element = s32[2,3]{1,0} get-tuple-element((f32[3]{0}, s32[2,3]{1,0}) %tuple), index=1, sharding={maximal device=0}
1070 ROOT %convolution = f32[1,2,1]{2,0,1} convolution(f32[1,2,1]{2,0,1} %copy, f32[1,1,1]{2,1,0} %filter), sharding={maximal device=1}, dim_labels=b0f_0io->b0f, window={pad=1_1 size=2
    [all...]
hlo_lexer.cc 217 KEYWORD(maximal);
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 5701 const char* const maximal = basic_maximize_data[i][1]; local
5726 const char* const maximal = basic_minimize_data[i][0]; local
5754 const char* const maximal = full_data[i][1]; local
5779 const char* const maximal = full_data[i][1]; local
5810 const char* const maximal = maximizeErrors[i].expected; local
5843 const char* const maximal = minimizeErrors[i].tag; local
    [all...]
  /external/ltp/testcases/kernel/controllers/pids/
pids.sh 48 max_processes - maximal number of processes to attach
  /external/ltp/utils/benchmark/kernbench-0.42/
kernbench 26 echo "M : don't perform maximal load runs (default do)"
83 echo Maximal loads will not measure cpu throughput and may cause a swapstorm!
84 echo If you did not plan this, -M flag is recommended to bypass maximal load.
232 runname="Maximal load -j"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
numbers.py 195 abs(i) >= abs(j) [i.e. i has "maximal" abs among those].
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
numbers.py 195 abs(i) >= abs(j) [i.e. i has "maximal" abs among those].
  /external/python/cpython2/Lib/
numbers.py 195 abs(i) >= abs(j) [i.e. i has "maximal" abs among those].
  /external/python/cpython3/Lib/
numbers.py 173 abs(i) >= abs(j) [i.e. i has "maximal" abs among those].
  /prebuilts/gdb/darwin-x86/lib/python2.7/
numbers.py 195 abs(i) >= abs(j) [i.e. i has "maximal" abs among those].
  /prebuilts/gdb/linux-x86/lib/python2.7/
numbers.py 195 abs(i) >= abs(j) [i.e. i has "maximal" abs among those].
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 195 abs(i) >= abs(j) [i.e. i has "maximal" abs among those].
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 195 abs(i) >= abs(j) [i.e. i has "maximal" abs among those].
  /external/v8/src/
uri.cc 441 // We don't allow strings that are longer than a maximal length.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 269 // Otherwise, hash a maximal length run of raw memory.
449 // Find maximal length run of memory-only fields.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
alg.go 269 // Otherwise, hash a maximal length run of raw memory.
449 // Find maximal length run of memory-only fields.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 207 // Property (1) means that blocks sorted by domorder always have a maximal dominant block first.
cse.go 168 // e is sorted by domorder, so a maximal dominant element is first in the slice
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pss_test.go 169 // the default options. OpenSSL sets the salt length to be maximal.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetree.go 207 // Property (1) means that blocks sorted by domorder always have a maximal dominant block first.
cse.go 168 // e is sorted by domorder, so a maximal dominant element is first in the slice
  /prebuilts/go/linux-x86/src/crypto/rsa/
pss_test.go 169 // the default options. OpenSSL sets the salt length to be maximal.
  /external/boringssl/src/crypto/cipher_extra/test/
make_legacy_aead_tests.go 345 fmt.Printf("# Test with maximal padding.\n")
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java 3973 String maximal = full_data[i][1]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 3970 String maximal = full_data[i][1]; local
    [all...]

Completed in 493 milliseconds

1 2 3