Home
last modified time | relevance | path

Searched refs:positions_ (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.cc74 positions_.push_back(HloPosition{instruction, index}); in HloValue()
153 CHECK_EQ(positions_.size(), 1) << "SetPositions should only be called once."; in SetPositionsAndComputeUses()
166 positions_.insert(positions_.end(), positions.begin(), positions.end()); in SetPositionsAndComputeUses()
170 for (const HloPosition& position : positions_) { in SetPositionsAndComputeUses()
178 for (const HloPosition& position : positions_) { in SetPositionsAndComputeUses()
Dhlo_value.h117 const HloPosition& defining_position() const { return positions_[0]; } in defining_position()
138 const std::vector<HloPosition>& positions() const { return positions_; } in positions()
162 std::vector<HloPosition> positions_; variable
/external/tensorflow/tensorflow/lite/kernels/
Dgather_test.cc32 positions_ = AddInput(positions); in GatherOpModel()
36 BuildInterpreter({GetShape(input_), GetShape(positions_)}); in GatherOpModel()
50 PopulateTensor<T>(positions_, data); in SetPositions()
65 int positions_; member in tflite::__anon6134f40c0111::GatherOpModel
/external/v8/src/compiler/
Dgraph-visualizer.h129 positions_(positions), in schedule_()
133 const SourcePositionTable* positions_; member
Dgraph-visualizer.cc267 positions_(positions), in JSONGraphNodeWriter()
305 SourcePosition position = positions_->GetSourcePosition(node); in PrintNode()
337 const SourcePositionTable* positions_; member in v8::internal::compiler::JSONGraphNodeWriter
801 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_); in operator <<()
/external/v8/src/regexp/
Djsregexp.cc2374 Position* pos = &positions_[i]; in Rationalize()
2630 positions_[i].mask = 0; in Clear()
2631 positions_[i].value = 0; in Clear()
2632 positions_[i].determines_perfectly = false; in Clear()
2647 positions_[i] = positions_[by + i]; in Advance()
2650 positions_[i].mask = 0; in Advance()
2651 positions_[i].value = 0; in Advance()
2652 positions_[i].determines_perfectly = false; in Advance()
Djsregexp.h438 return positions_ + index; in positions()
447 Position positions_[4]; variable