Home
last modified time | relevance | path

Searched defs:current_step (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Dfeature_provider.cc46 const int current_step = (time_in_ms / kFeatureSliceStrideMs); in PopulateFeatureData() local
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreducer.cpp148 bool Reducer::Impl::ReachedStepLimit(uint32_t current_step, in ReachedStepLimit()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreducer.cpp148 bool Reducer::Impl::ReachedStepLimit(uint32_t current_step, in ReachedStepLimit()
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Dtrainer_hooks.py210 def _get_train_op_for_global_step(self, current_step): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmonitors.py1199 def every_n_step_end(self, current_step, outputs): argument