MCPcopy Create free account
hub / github.com/ml-explore/mlx / bfs_max_width

Function bfs_max_width

mlx/utils.h:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147std::string get_var(const char* name, const char* default_value);
148
149inline int bfs_max_width() {
150 static int bfs_max_width_ = get_var("MLX_BFS_MAX_WIDTH", 20);
151 return bfs_max_width_;
152}
153
154inline int max_ops_per_buffer(int default_value) {
155 static int max_ops_per_buffer_ =

Callers 1

eval_implFunction · 0.85

Calls 1

get_varFunction · 0.85

Tested by

no test coverage detected