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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_value.cc 73 // The defining position is always the first element in the positions_ vector.
74 positions_.push_back(HloPosition{instruction, index});
153 CHECK_EQ(positions_.size(), 1) << "SetPositions should only be called once.";
166 positions_.insert(positions_.end(), positions.begin(), positions.end());
170 for (const HloPosition& position : positions_) {
178 for (const HloPosition& position : positions_) {
hlo_value.h 117 const HloPosition& defining_position() const { return positions_[0]; }
138 const std::vector<HloPosition>& positions() const { return positions_; }
162 std::vector<HloPosition> positions_; member in class:xla::HloValue
  /external/v8/src/compiler/
graph-visualizer.h 129 positions_(positions),
133 const SourcePositionTable* positions_; member in struct:v8::internal::compiler::AsC1V
graph-visualizer.cc 267 positions_(positions),
305 SourcePosition position = positions_->GetSourcePosition(node);
337 const SourcePositionTable* positions_; member in class:v8::internal::compiler::JSONGraphNodeWriter
801 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_);
  /external/tensorflow/tensorflow/lite/kernels/
gather_test.cc 32 positions_ = AddInput(positions);
36 BuildInterpreter({GetShape(input_), GetShape(positions_)});
50 PopulateTensor<T>(positions_, data);
65 int positions_; member in class:tflite::__anon46034::GatherOpModel
  /external/v8/src/regexp/
jsregexp.h 438 return positions_ + index;
447 Position positions_[4]; member in class:v8::internal::QuickCheckDetails
    [all...]
jsregexp.cc     [all...]

Completed in 389 milliseconds