Home
last modified time | relevance | path

Searched refs:StartMap (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dtftext_utils.cc212 size_t start_map = fbb.StartMap(); in CreateNgramsCustomOption()
315 size_t start_map = fbb.StartMap(); in CreateSgnnProjectionCustomOption()
Dnms_utils.cc108 size_t start_map = fbb.StartMap(); in CreateNMSCustomOptions()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h1077 size_t StartMap() { return stack_.size(); } in StartMap() function
1078 size_t StartMap(const char *key) { in StartMap() function
1225 auto start = StartMap(); in Map()
1230 auto start = StartMap(); in Map()
1235 auto start = StartMap(key); in Map()
1240 auto start = StartMap(key); in Map()
1245 auto start = StartMap(); in Map()
/external/tensorflow/tensorflow/lite/tools/signature/
Dsignature_def_util.cc78 const size_t start_map = fbb.StartMap(); in SetSignatureDefMap()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite_test.cc63 size_t start = fbb.StartMap(); in RaggedTensorToTensorOpModel()
/external/tensorflow/tensorflow/lite/kernels/perception/
Dmax_pool_with_argmax_test.cc73 size_t map_start = flex_builder->StartMap(); in CreateCustomOptions()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
Dngrams_test.cc136 size_t start_map = fbb.StartMap(); in BuildCustomOp()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc1001 size_t map_start = flex_builder->StartMap(); in CreateFlexBuilderWithNodeAttrs()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1658 size_t map_start = fbb->StartMap(); in WriteOptions()
/external/flatbuffers/src/
Didl_parser.cpp2743 auto start = builder->StartMap(); in ParseFlexBufferValue()