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

  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
import.h 42 OperatorsTable *operators_table);
import.cc 39 OperatorsTable* operators_table) {
44 operators_table->push_back(
47 operators_table->push_back(opcode->custom_code()->c_str());
99 const details::OperatorsTable& operators_table, Model* model) {
106 if (index < 0 || index > operators_table.size()) {
108 << operators_table.size();
110 string opname = operators_table.at(index);
179 details::OperatorsTable operators_table; local
180 details::LoadOperatorsTable(*input_model, &operators_table);
183 ImportOperators(*input_model, ops_by_name, tensors_table, operators_table,
    [all...]

Completed in 174 milliseconds