Searched refs:fb_args (Results 1 – 2 of 2) sorted by relevance
494 absl::Status Decode(const data::Arguments* fb_args, Arguments* args) { in Decode() argument496 for (auto int_values_fb : *fb_args->int_values()) { in Decode()506 for (auto float_values_fb : *fb_args->float_values()) { in Decode()516 for (auto half_values_fb : *fb_args->half_values()) { in Decode()525 for (auto buffer_pair_fb : *fb_args->buffer_objects()) { in Decode()533 for (auto texture_pair_fb : *fb_args->texture2d_objects()) { in Decode()542 for (auto tensor_pair_fb : *fb_args->tensor_linear_objects()) { in Decode()551 for (auto tensor_pair_fb : *fb_args->tensor_objects()) { in Decode()559 for (auto buffer_pair_fb : *fb_args->buffer_refs()) { in Decode()569 for (auto texture_pair_fb : *fb_args->texture2d_refs()) { in Decode()[all …]
75 friend absl::Status Decode(const tflite::gpu::data::Arguments* fb_args,