Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/data/
Drange_dataset_op.cc46 : start_(start), stop_(stop), step_(step), next_(start) {} in RangeCounter()
52 if ((step_ > 0 && next_ >= stop_) || (step_ < 0 && next_ <= stop_)) { in GetNext()
58 next_ += step_; in GetNext()
80 const int64 step_; member in tensorflow::data::__anon5f4daefd0111::RangeCounter
135 step_(step), in Dataset()
156 params.set_args(start_, stop_, step_); in DebugString()
161 if (step_ > 0) { in Cardinality()
162 return std::max(int64{0}, (stop_ - start_ - 1) / step_ + 1); in Cardinality()
164 return std::max(int64{0}, (start_ - stop_ - 1) / -step_ + 1); in Cardinality()
171 absl::make_unique<RangeSplitProvider>(start_, stop_, step_); in MakeSplitProvider()
[all …]
Ddataset_test_base.cc970 step_(step) {} in RangeDatasetParams()
976 step_(step) {}
984 step_(step) {}
989 Tensor step_tensor = CreateTensor<int64>(TensorShape({}), {step_}); in GetInputTensors()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.h125 : step_(step), outfile_(outfile) {} in Timeline()
128 int64 step() const { return step_; } in step()
129 void SetStep(int64 step) { step_ = step; } in SetStep()
138 void TrackNode(const GraphNode* node) { mem_tracker_.TrackNode(step_, node); } in TrackNode()
178 int64 step_; variable
Dtfprof_timeline.cc175 if (gnode->Trackable(step_)) { in AllocateTimeNodes()
178 for (const auto& kernel_execs : node->op_execs(step_)) { in AllocateTimeNodes()
215 if (!inp->account || !inp->Trackable(step_)) { in GenerateGraphTimeline()
218 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 step() const { return step_; } in step()
886 int64 step_; variable
/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/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h207 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
211 return new Iterator(this, begin_, 0, step_); in Begin()
214 return new Iterator(this, end_, end_index_, step_); in End()
222 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
229 value_ = static_cast<T>(value_ + step_); in Advance()
251 step_(other.step_) {} in Iterator()
259 const IncrementT step_; variable
276 const IncrementT step_; variable
/external/llvm-project/llvm/utils/unittest/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.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/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/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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h209 : begin_(begin), end_(end), step_(step), in RangeGenerator()
214 return new Iterator(this, begin_, 0, step_); in Begin()
217 return new Iterator(this, end_, end_index_, step_); in End()
225 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
232 value_ = static_cast<T>(value_ + step_); in Advance()
253 index_(other.index_), step_(other.step_) {} in Iterator()
261 const IncrementT step_; variable
276 const IncrementT step_; variable
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer_common.h46 int64_t step_; variable
155 for (int64_t t = config.begin_time_; t < config.end_time_ + config.step_; in MovingAverage()
156 t += config.step_) { in MovingAverage()
Danalyzer.cc350 config_.step_ = 10000; in EventLogAnalyzer()
833 time < config_.end_time_ + config_.step_; time += config_.step_) { in CreateTotalIncomingBitrateGraph()
899 time < config_.end_time_ + config_.step_; time += config_.step_) { in CreateTotalOutgoingBitrateGraph()
Dmain.cc266 config.step_ = 10000; in main()
/external/XNNPACK/test/
Dmaxpool-microkernel-tester.h46 this->step_ = step; in step()
51 return this->step_; in step()
323 size_t step_{1};
Dargmaxpool-microkernel-tester.h43 this->step_ = step; in step()
48 return this->step_; in step()
292 size_t step_{1};
Ddwconv-microkernel-tester.h52 this->step_ = step; in step()
57 return this->step_; in step()
661 uint32_t step_{1};
Davgpool-microkernel-tester.h49 this->step_ = step; in step()
54 return this->step_; in step()
812 size_t step_{1};
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc42 step_(step), in ForLoop()
121 llvm::Value* step = step_; in Emit()
Dllvm_loop.h160 llvm::Value* step_; variable
/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.py1120 step_ = self._ssa_name('step')
1122 '\n{} = index_cast {} : {} to index'.format(step_, step, step_ty),
1124 step = step_
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp87 SampleParams(int step_, int measurement_) : step(step_), measurement(measurement_) {} in SampleParams()
/external/python/pybind11/include/pybind11/
Dpytypes.h1174 slice(ssize_t start_, ssize_t stop_, ssize_t step_) { in PYBIND11_OBJECT_DEFAULT()
1175 int_ start(start_), stop(stop_), step(step_); in PYBIND11_OBJECT_DEFAULT()

12