Home
last modified time | relevance | path

Searched defs:last_step (Results 1 – 4 of 4) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DFunction.java57 public void last_step(FunctionContext fc); in last_step() method
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
Dfeature_provider.cc46 const int last_step = (last_time_in_ms / kFeatureSliceStrideMs); in PopulateFeatureData() local
/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc533 CertPathStep& last_step = path[path_index++]; in FindCertificatePath() local
543 CertPathStep& last_step = path[path_index++]; in FindCertificatePath() local
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks.py328 def __init__(self, num_steps=None, last_step=None, steps_per_run=1): argument
393 def __init__(self, num_steps=None, last_step=None): argument