Searched refs:opcodes_ (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/serialization/ |
D | writer_lib.h | 70 std::vector<OpCode> opcodes_; variable 94 opcodes_ = &opcodes_data_; in SubgraphWriter() 129 opcodes_ = external_opcodes; in SubgraphWriter() 167 std::make_pair(builtin_op_index, opcodes_->size())); in GetOpCodeForBuiltin() 169 opcodes_->push_back({builtin_op_index, ""}); in GetOpCodeForBuiltin() 177 std::make_pair(custom_name, opcodes_->size())); in GetOpCodeForCustom() 179 opcodes_->push_back({BuiltinOperator_CUSTOM, custom_name}); in GetOpCodeForCustom() 204 std::vector<OpCode>* opcodes_; variable
|
D | writer_lib.cc | 255 return CreateOpCodeTableImpl(fbb, opcodes_); in CreateOpCodeTable() 403 return CreateOpCodeTableImpl(fbb, &opcodes_); in CreateOpCodeTable() 413 SubgraphWriter writer(interpreter_->subgraph(i), &buffers_, &opcodes_, in GetBuffer()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | test_util.cc | 138 opcodes_.push_back(CreateOperatorCode(builder_, type, 0, 0)); in SetBuiltinOp() 151 opcodes_.push_back( in SetCustomOp() 176 auto opcodes = builder_.CreateVector(opcodes_); in BuildInterpreter() 387 opcodes_.push_back(CreateOperatorCode(builder_, type, 0, 0)); in AddBuiltinOp() 388 const int opcode_index = opcodes_.size() - 1; in AddBuiltinOp() 401 opcodes_.push_back( in AddCustomOp() 403 const int opcode_index = opcodes_.size() - 1; in AddCustomOp()
|
D | test_util.h | 625 std::vector<flatbuffers::Offset<OperatorCode>> opcodes_; variable
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | flatbuffer_export.cc | 618 std::vector<BufferOffset<tflite::OperatorCode>> opcodes_; member in __anon4d1313dc0111::Translator 1075 it.first->second = opcodes_.size(); in GetOpcodeIndex() 1082 opcodes_.push_back(CreateOperatorCode(builder_, /*builtin_code=*/builtin, in GetOpcodeIndex() 1835 builder_.CreateVector(opcodes_), in TranslateInternal()
|