HomeSort by relevance Sort by last modified time
    Searched refs:input_index_ (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
barrier_ops.cc 60 input_index_(std::numeric_limits<int64>::min()) {
139 if (new_elements) ++input_index_;
144 ctx, input_index_ != std::numeric_limits<int64>::max(),
146 "Barrier has had ", input_index_,
340 // input_index_, so that tensors that entered the Barrier
349 allocate_index_tensor->scalar<int64>()() = input_index_;
435 int64 input_index_ GUARDED_BY(mu_);
  /art/compiler/optimizing/
ssa_liveness_analysis.h 114 input_index_(input_index),
120 input_index_(kNoInput),
130 size_t GetInputIndex() const { return input_index_; }
141 return new (allocator) UsePosition(user_, input_index_, position_);
154 const size_t input_index_; member in class:art::UsePosition
171 input_index_(input_index),
179 size_t GetInputIndex() const { return input_index_; }
186 return new (allocator) EnvUsePosition(environment_, input_index_, position_);
191 const size_t input_index_; member in class:art::EnvUsePosition
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator.cc 853 input_index_.resize(input_shape.dimensions_size());
944 std::vector<int64> input_index_; member in class:xla::OutputBatchIndexToInputIndex
1026 std::vector<int64> input_index_; member in class:xla::OutputOffsetIndexToInputIndex
    [all...]
hlo_evaluator_typed_visitor.h     [all...]
  /external/v8/src/
deoptimizer.h 177 ++input_index_;
183 ++input_index_;
190 // Ignore {input_index_} for equality.
200 int input_index() const { return input_index_; }
206 : position_(position), input_index_(0) {}
209 int input_index_; member in class:v8::internal::TranslatedFrame::iterator
    [all...]

Completed in 354 milliseconds