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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
la-reloc.d 3 #name: LA with relocation operators
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
remove_trivial_quantized_activation_func.cc 30 const auto it = model->operators.begin() + op_index;
remove_trivial_reshape.cc 76 const auto reshape_it = model->operators.begin() + op_index;
resolve_batch_to_space_nd_attributes.cc 28 const auto op_it = model->operators.begin() + op_index;
resolve_space_to_batch_nd_attributes.cc 28 const auto op_it = model->operators.begin() + op_index;
resolve_strided_slice_attributes.cc 23 const auto slice_it = model->operators.begin() + op_index;
resolve_constant_strided_slice.cc 128 const auto it = model->operators.begin() + op_index;
193 model->operators.erase(it);
read_fake_quant_min_max.cc 46 const auto fakequant_it = model->operators.begin() + op_index;
remove_trivial_binary.cc 50 const auto binary_it = model->operators.begin() + op_index;
identify_lstm_merge_inputs.cc 30 auto op_it = model->operators.begin() + op_index;
161 model->operators.emplace(op_it, std::move(lstm_cell_op));
164 // Delete arrays and operators replaced by the LSTM cell operator. Order is
165 // important - DeleteArrayIfUnused() only succeeds if dependent operators
180 model->operators.erase(FindOp(*model, src_op));
  /external/tensorflow/tensorflow/contrib/lite/toco/
allocate_transient_arrays.cc 84 for (std::size_t op_index = 0; op_index < model.operators.size();
86 const auto& op = model.operators[op_index];
247 for (std::size_t op_index = 0; op_index < model->operators.size();
249 const auto& op = model->operators[op_index];
289 for (const auto& op : model->operators) {
  /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/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 13 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 13 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 13 (* Install standard binary operators.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 13 (* Install standard binary operators.
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 13 (* Install standard binary operators.
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 13 (* Install standard binary operators.
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 13 (* Install standard binary operators.
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 13 (* Install standard binary operators.
  /prebuilts/go/darwin-x86/src/runtime/
complex.go 36 // Matches C99: ISO/IEC 9899:1999 - G.5.1 Multiplicative operators.
  /prebuilts/go/darwin-x86/src/strings/
compare.go 12 // string comparison operators ==, <, >, and so on.
  /prebuilts/go/linux-x86/src/runtime/
complex.go 36 // Matches C99: ISO/IEC 9899:1999 - G.5.1 Multiplicative operators.
  /prebuilts/go/linux-x86/src/strings/
compare.go 12 // string comparison operators ==, <, >, and so on.
  /external/tensorflow/tensorflow/contrib/lite/
model.h 33 // ops, or some custom operators you defined to extend tflite.
158 const flatbuffers::Vector<flatbuffers::Offset<Operator>>* operators,

Completed in 729 milliseconds

1 2 3 45 6 7 8 91011>>