Home
last modified time | relevance | path

Searched refs:step_ (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/data/
Drange_dataset_op.cc72 : start_(start), stop_(stop), step_(step), next_(start) {} in RangeCounter()
78 if ((step_ > 0 && next_ >= stop_) || (step_ < 0 && next_ <= stop_)) { in GetNext()
84 next_ += step_; in GetNext()
106 const int64_t step_; member in tensorflow::data::__anon6e4c64020111::RangeCounter
161 step_(step), in Dataset()
183 params.set_args(start_, stop_, step_); in DebugString()
190 if (sgn(stop_ - start_) * sgn(step_) <= 0) { in CardinalityInternal()
192 } else if (step_ > 0) { in CardinalityInternal()
193 return std::max(int64_t{0}, (stop_ - start_ - 1) / step_ + 1); in CardinalityInternal()
195 return std::max(int64_t{0}, (start_ - stop_ - 1) / -step_ + 1); in CardinalityInternal()
[all …]
/external/cronet/components/nacl/browser/
Dpnacl_translation_cache.cc113 CacheStep step_; member in pnacl::PnaclTranslationCacheEntry
152 step_(UNINITIALIZED), in PnaclTranslationCacheEntry()
157 if (step_ != FINISHED) { in ~PnaclTranslationCacheEntry()
173 step_ = OPEN_ENTRY; in Start()
226 step_ = FINISHED; in Finish()
246 switch (step_) { in DispatchNext()
254 step_ = TRANSFER_ENTRY; in DispatchNext()
274 step_ = CREATE_ENTRY; in DispatchNext()
282 step_ = TRANSFER_ENTRY; in DispatchNext()
296 step_ = CLOSE_ENTRY; in DispatchNext()
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
191 return new Iterator(this, begin_, 0, step_); in Begin()
194 return new Iterator(this, end_, end_index_, step_); in End()
202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
209 value_ = value_ + step_; in Advance()
231 step_(other.step_) {} in Iterator()
239 const IncrementT step_; variable
256 const IncrementT step_; variable
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.h123 : step_(step), outfile_(outfile) {} in Timeline()
126 int64_t step() const { return step_; } in step()
127 void SetStep(int64_t step) { step_ = step; } in SetStep()
136 void TrackNode(const GraphNode* node) { mem_tracker_.TrackNode(step_, node); } in TrackNode()
176 int64_t step_; variable
Dtfprof_timeline.cc178 if (gnode->Trackable(step_)) { in AllocateTimeNodes()
181 for (const auto& kernel_execs : node->op_execs(step_)) { in AllocateTimeNodes()
218 if (!inp->account || !inp->Trackable(step_)) { in GenerateGraphTimeline()
221 for (const auto& execs : inp->node->cpu_execs(step_)) { in GenerateGraphTimeline()
Dtfprof_node.h762 step_(-1), in TFMultiGraphNode()
792 step_ = step; in SnapshotNodes()
823 int64_t step() const { return step_; } in step()
886 int64_t step_; variable
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h209 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
213 return new Iterator(this, begin_, 0, step_); in Begin()
216 return new Iterator(this, end_, end_index_, step_); in End()
224 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
231 value_ = static_cast<T>(value_ + step_); in Advance()
253 step_(other.step_) {} in Iterator()
261 const IncrementT step_; variable
278 const IncrementT step_; variable
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h213 step_(step), in RangeGenerator()
218 return new Iterator(this, begin_, 0, step_); in Begin()
221 return new Iterator(this, end_, end_index_, step_); in End()
229 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
236 value_ = static_cast<T>(value_ + step_); in Advance()
260 step_(other.step_) {} in Iterator()
268 const IncrementT step_; variable
283 const IncrementT step_; variable
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h211 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
215 return new Iterator(this, begin_, 0, step_); in Begin()
218 return new Iterator(this, end_, end_index_, step_); in End()
226 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
233 value_ = static_cast<T>(value_ + step_); in Advance()
255 step_(other.step_) {} in Iterator()
263 const IncrementT step_; variable
280 const IncrementT step_; variable
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h211 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
215 return new Iterator(this, begin_, 0, step_); in Begin()
218 return new Iterator(this, end_, end_index_, step_); in End()
226 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
233 value_ = static_cast<T>(value_ + step_); in Advance()
255 step_(other.step_) {} in Iterator()
263 const IncrementT step_; variable
280 const IncrementT step_; variable
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h211 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
215 return new Iterator(this, begin_, 0, step_); in Begin()
218 return new Iterator(this, end_, end_index_, step_); in End()
226 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
233 value_ = static_cast<T>(value_ + step_); in Advance()
255 step_(other.step_) {} in Iterator()
263 const IncrementT step_; variable
280 const IncrementT step_; variable
/external/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h213 step_(step), in RangeGenerator()
218 return new Iterator(this, begin_, 0, step_); in Begin()
221 return new Iterator(this, end_, end_index_, step_); in End()
229 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
236 value_ = static_cast<T>(value_ + step_); in Advance()
260 step_(other.step_) {} in Iterator()
268 const IncrementT step_; variable
283 const IncrementT step_; variable
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h213 step_(step), in RangeGenerator()
218 return new Iterator(this, begin_, 0, step_); in Begin()
221 return new Iterator(this, end_, end_index_, step_); in End()
229 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
236 value_ = static_cast<T>(value_ + step_); in Advance()
260 step_(other.step_) {} in Iterator()
268 const IncrementT step_; variable
283 const IncrementT step_; variable
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer_common.h59 TimeDelta step_ = TimeDelta::Millis(10); variable
169 for (Timestamp t = config.begin_time_; t < config.end_time_ + config.step_; in MovingAverage()
170 t += config.step_) { in MovingAverage()
Danalyzer.cc349 config_.step_ = TimeDelta::Millis(10); in EventLogAnalyzer()
837 time < config_.end_time_ + config_.step_; time += config_.step_) { in CreateTotalIncomingBitrateGraph()
906 time < config_.end_time_ + config_.step_; time += config_.step_) { in CreateTotalOutgoingBitrateGraph()
Dmain.cc272 config.step_ = webrtc::TimeDelta::Millis(10); in main()
/external/XNNPACK/test/
Dargmaxpool-microkernel-tester.h42 this->step_ = step; in step()
47 return this->step_; in step()
291 size_t step_{1};
Dmaxpool-microkernel-tester.h42 this->step_ = step; in step()
47 return this->step_; in step()
482 size_t step_{1};
Ddwconv-microkernel-tester.h46 this->step_ = step; in step()
51 return this->step_; in step()
766 uint32_t step_{1};
Davgpool-microkernel-tester.h45 this->step_ = step; in step()
50 return this->step_; in step()
1126 size_t step_{1};
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc42 step_(step), in ForLoop()
122 llvm::Value* step = step_; in Emit()
Dllvm_loop.h158 llvm::Value* step_; variable
/external/tensorflow/tensorflow/core/data/
Ddataset_test_base.cc1002 step_(step) {} in RangeDatasetParams()
1009 step_(step) {}
1018 step_(step) {}
1023 Tensor step_tensor = CreateTensor<int64_t>(TensorShape({}), {step_}); in GetInputTensors()
/external/starlark-go/starlark/
Deval.go1238 func slice(x, lo, hi, step_ Value) (Value, error) {
1246 if step_ != None {
1248 step, err = AsInt32(step_)
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py1183 step_ = self._ssa_name('step')
1186 step_, step, step_ty), node)
1187 step = step_

12