HomeSort by relevance Sort by last modified time
    Searched refs:opcode_index (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
alpha-dis.c 59 static const struct alpha_opcode *opcode_index[AXP_NOPS+1]; local
67 if (!opcode_index[0])
74 opcode_index[op] = opcode;
78 opcode_index[op] = opcode;
116 opcode_end = opcode_index[op + 1];
117 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode)
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
export_test.cc 101 indices.push_back(op->opcode_index());
import.cc 105 int index = input_op->opcode_index();
  /external/tensorflow/tensorflow/contrib/lite/tools/
visualize.py 229 "name": opcode_mapper(op["opcode_index"]),
337 ("builtin_options", None), ("opcode_index",
  /toolchain/binutils/binutils-2.27/gas/config/
tc-d30v.c 1134 int match, opcode_index, i = 0, j, k; local
1143 while ((opcode_index = opcode->format[i++]) != 0)
1145 if (fsize == FORCE_SHORT && opcode_index >= LONG)
1148 if (fsize == FORCE_LONG && opcode_index < LONG)
1151 fm = (struct d30v_format *) &d30v_format_table[opcode_index];
1152 k = opcode_index;
1153 while (fm->form == opcode_index)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/
model.cc 581 int index = op->opcode_index();
583 error_reporter_->Report("Missing registration for opcode_index %d\n",
589 flatbuffer_op_index_to_registration_[op->opcode_index()];
591 error_reporter_->Report("Skipping op for opcode_index %d\n", index);
597 flatbuffer_op_index_to_registration_types_[op->opcode_index()];
  /external/tensorflow/tensorflow/contrib/lite/schema/
schema_generated.h 3649 uint32_t opcode_index; member in struct:tflite::OperatorT
3672 uint32_t opcode_index() const { function in struct:tflite::FLATBUFFERS_FINAL_CLASS
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 8238 UInt opcode_index = 0; local
    [all...]

Completed in 146 milliseconds