HomeSort by relevance Sort by last modified time
    Searched defs:operators (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
import_test.cc 40 // conversions multiple times, and the conversion of operators is tested by
107 details::OperatorsTable operators; local
108 details::LoadOperatorsTable(*input_model_, &operators);
109 EXPECT_THAT(operators, ElementsAre("custom_op_one", "CONV_2D"));
136 // TODO(ahentz): still need tests for Operators and IOTensors.
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/
rxjava-async-util-0.21.0.jar 
  /external/ImageMagick/MagickWand/
identify.c 110 *operators[]=
171 (void) printf("\nImage Operators:\n");
172 for (p=operators; *p != (char *) NULL; p++)
108 *operators[]= local
    [all...]
animate.c 115 *operators[]=
200 (void) printf("\nImage Operators:\n");
201 for (p=operators; *p != (char *) NULL; p++)
203 (void) printf("\nImage Sequence Operators:\n");
113 *operators[]= local
    [all...]
convert.c 166 *operators[]=
486 (void) printf("\nImage Operators:\n");
487 for (p=operators; *p != (char *) NULL; p++)
489 (void) printf("\nImage Channel Operators:\n");
492 (void) printf("\nImage Sequence Operators:\n");
495 (void) printf("\nImage Stack Operators:\n");
164 *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...]
import.c 111 *operators[]=
197 (void) printf("\nImage Operators:\n");
198 for (p=operators; *p != (char *) NULL; p++)
109 *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...]
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...]
mogrify.c 3470 *operators[]= local
    [all...]
  /external/turbine/javatests/com/google/turbine/parse/
LexerTest.java 186 public void operators() { method in class:LexerTest
  /external/skqp/tools/bookmaker/
selfCheck.cpp 176 // Check that all operators are in a table of contents
182 const Definition* operators = this->findTopic("Operators", Optional::kYes); local
183 if (operators && MarkType::kSubtopic != operators->fMarkType) {
184 return operators->reportError<bool>("expected #Subtopic Operators");
187 if (operators) {
188 if (!this->collectEntries(operators, &operatorEntries)) {
208 return csChild->reportError<bool>("missing operator in Operators");
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/
test_util.cc 158 auto operators = builder_.CreateVector(operators_); local
164 auto subgraph = CreateSubGraph(builder_, tensors, inputs, outputs, operators);
  /external/tensorflow/tensorflow/contrib/lite/
model.cc 576 const flatbuffers::Vector<flatbuffers::Offset<Operator>>* operators,
579 for (int i = 0; i < operators->Length(); ++i) {
580 const auto* op = operators->Get(i);
762 // Construct interpreter with correct number of tensors and operators.
770 auto operators = subgraph->operators(); local
772 if (!operators || !tensors || !buffers) {
774 "Did not get operators, tensors, or buffers in input flat buffer.\n");
787 if (ParseNodes(operators, interpreter->get()) != kTfLiteOk)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle.go 724 // The operators map maps the mangled operator names to information
726 var operators = map[string]operator{ var
824 } else if op, ok := operators[code]; ok {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle.go 724 // The operators map maps the mangled operator names to information
726 var operators = map[string]operator{ var
824 } else if op, ok := operators[code]; ok {
    [all...]
  /external/libmojo/third_party/jinja2/
compiler.py 23 operators = { variable
    [all...]
lexer.py 10 On the one hand it filters out invalid operators like the bitshift
11 operators we don't allow in templates. On the other hand it separates
102 # bind operators to token types
103 operators = { variable
132 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
133 assert len(operators) == len(reverse_operators), 'operators dropped'
135 sorted(operators, key=lambda x: -len(x))))
590 token = operators[value]
629 # like operators
    [all...]
  /external/fonttools/Lib/fontTools/
cffLib.py 1305 operators = buildOperatorDict(topDictOperators) variable in class:TopDictDecompiler
1309 operators = buildOperatorDict(privateDictOperators) variable in class:PrivateDictDecompiler
    [all...]

Completed in 746 milliseconds

12 3 4 5