Compute Library
 23.11
MLGOParser.h File Reference
#include "src/runtime/CL/mlgo/MLGOHeuristics.h"
#include <deque>
#include <istream>
#include <string>
#include <utility>

Go to the source code of this file.

Data Structures

struct  CharPosition
 
struct  Token
 Token. More...
 
class  TokenStream
 A stream of token. More...
 

Namespaces

 arm_compute
 Copyright (c) 2017-2023 Arm Limited.
 
 arm_compute::mlgo
 
 arm_compute::mlgo::parser
 

Enumerations

enum  TokenType {
  L_List = '[', R_List = ']', Int, Float,
  Text, End
}
 Type of Token. More...
 

Functions

std::pair< bool, MLGOHeuristics > parse_mlgo (std::istream &in)
 Parse and construct a MLGOHeuristics from input stream. More...