Home
last modified time | relevance | path

Searched refs:linkable_count (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base.fbs243 linkable_count:int32;
Dserialization_base_generated.h2181 int32_t linkable_count() const { in linkable_count() function
2290 void add_linkable_count(int32_t linkable_count) { in add_linkable_count()
2291 fbb_.AddElement<int32_t>(GPUOperation::VT_LINKABLE_COUNT, linkable_count, in add_linkable_count()
2332 int32_t linkable_count = 0,
2336 builder_.add_linkable_count(linkable_count);
2375 int32_t linkable_count = 0, const char *elementwise_code = nullptr) {
2400 linkable_count, elementwise_code__);
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc838 op->linkable_count_ = fb_op->linkable_count(); in Decode()