Home
last modified time | relevance | path

Searched refs:tf_proto (Results 1 – 12 of 12) sorted by relevance

/dports/net/bird/bird-1.6.8/conf/
H A Dconf.h39 struct timeformat tf_proto; /* Time format for 'show protocol' */ member
H A Dconf.c104 c->tf_route = c->tf_proto = (struct timeformat){"%T", "%F", 20*3600}; in config_alloc()
/dports/net/bird2/bird-2.0.8/conf/
H A Dconf.h39 struct timeformat tf_proto; /* Time format for 'show protocol' */ member
H A Dconf.c108 c->tf_route = c->tf_proto = TM_ISO_SHORT_MS; in config_alloc()
/dports/net/bird/bird-1.6.8/sysdep/unix/
H A Dconfig.Y92 | PROTOCOL { $$ = &new_config->tf_proto; }
/dports/graphics/tesseract/tesseract-5.0.0/src/training/unicharset/
H A Dlstmtrainer.h123 int InitTensorFlowNetwork(const std::string &tf_proto);
H A Dlstmtrainer.cpp190 int LSTMTrainer::InitTensorFlowNetwork(const std::string &tf_proto) { in InitTensorFlowNetwork() argument
193 training_iteration_ = tf_net->InitFromProtoStr(tf_proto); in InitTensorFlowNetwork()
/dports/net/bird2/bird-2.0.8/nest/
H A Dconfig.Y335 | PROTOCOL { $$ = &new_config->tf_proto; }
H A Dproto.c2089 tm_format_time(tbuf, &config->tf_proto, p->last_state_change); in proto_cmd_show()
/dports/net/bird/bird-1.6.8/proto/bfd/
H A Dbfd.c1102 tm_format_datetime(tbuf, &config->tf_proto, s->last_state_change); in bfd_show_sessions()
/dports/net/bird2/bird-2.0.8/proto/bfd/
H A Dbfd.c1168 tm_format_time(tbuf, &config->tf_proto, s->last_state_change); in bfd_show_sessions()
/dports/net/bird/bird-1.6.8/nest/
H A Dproto.c1553 tm_format_datetime(tbuf, &config->tf_proto, p->last_state_change); in proto_cmd_show()