HomeSort by relevance Sort by last modified time
    Searched refs:operators (Results 201 - 225 of 331) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
arithConstGen.go 6 // operators properly handle const cases. The test file should be
constFoldGen.go 6 // operators properly handle constant folding. The test file should be
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
scanner_test.go 178 // operators
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 60 Mistakes involving boolean operators.
  /prebuilts/go/linux-x86/src/path/filepath/
match.go 123 // Chunk is all single-character operators: literals, char classes, and ?.
  /prebuilts/go/linux-x86/src/regexp/syntax/
regexp.go 33 // Operators are listed in precedence order, tightest binding to weakest.
34 // Character class operators are listed simplest to most complex
  /prebuilts/go/linux-x86/test/
divmod.go 10 // modulus operators.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_collections.py 258 operators = {}
261 operators[name] = getattr(operator, name)
279 for name, op in operators.items():
    [all...]
  /external/python/cpython2/Lib/test/
test_collections.py 306 operators = {}
309 operators[name] = getattr(operator, name)
327 for name, op in operators.items():
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 258 operators = {}
261 operators[name] = getattr(operator, name)
279 for name, op in operators.items():
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 258 operators = {}
261 operators[name] = getattr(operator, name)
279 for name, op in operators.items():
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 258 operators = {}
261 operators[name] = getattr(operator, name)
279 for name, op in operators.items():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 258 operators = {}
261 operators[name] = getattr(operator, name)
279 for name, op in operators.items():
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/schema/
schema_generated.h 4042 std::vector<std::unique_ptr<OperatorT>> operators; member in struct:tflite::SubGraphT
4066 const flatbuffers::Vector<flatbuffers::Offset<Operator>> *operators() const { function in struct:tflite::FLATBUFFERS_FINAL_CLASS
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 34 // General-purpose neural network operators.
88 // Special operators used for importing TensorFlow nodes.
90 // drop them or rewrite them as general-purpose operators.
238 // in containers, not Operators themselves, so there should be no
268 // in containers, not Operators themselves, so there should be no
308 // Padding types for Conv-like operators. This is how padding is typically
452 // other operators.
474 // by a sub-graph of operators implementing L2-normalization
1658 std::vector<std::unique_ptr<Operator>> operators; member in class:toco::Model
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 360 {`foo.\$`, `foo\.\\\$`, `foo`, false}, // has escaped operators and real operators
exec_test.go 24 // regexps over a given set of atoms and operators, up to a given
453 // Ignore all the control operators.
  /prebuilts/go/linux-x86/src/regexp/
all_test.go 360 {`foo.\$`, `foo\.\\\$`, `foo`, false}, // has escaped operators and real operators
exec_test.go 24 // regexps over a given set of atoms and operators, up to a given
453 // Ignore all the control operators.
  /external/ImageMagick/MagickWand/
composite.c 247 *operators[]=
354 (void) printf("\nImage Operators:\n");
355 for (p=operators; *p != (char *) NULL; p++)
357 (void) printf("\nImage Stack Operators:\n");
244 *operators[]= local
    [all...]
display.c 118 *operators[]=
235 (void) printf("\nImage Operators:\n");
236 for (p=operators; *p != (char *) NULL; p++)
238 (void) printf("\nImage Sequence Operators:\n");
116 *operators[]= local
    [all...]
montage.c 101 *operators[]=
235 (void) printf("\nImage Operators:\n");
236 for (p=operators; *p != (char *) NULL; p++)
238 (void) printf("\nImage Sequence Operators:\n");
241 (void) printf("\nImage Stack Operators:\n");
99 *operators[]= local
    [all...]
  /external/capstone/bindings/vb6/
mMisc.bas 165 'ignores common C source prefixes, operators, delimiters, and whitespace
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
diagnostics.s 242 @ Illegal rotate operators for extend instructions
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 374 // Location expression operators.

Completed in 707 milliseconds

1 2 3 4 5 6 7 891011>>