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

  /external/v8/src/compiler/
graph-visualizer.h 58 positions_(positions),
62 const SourcePositionTable* positions_; member in struct:v8::internal::compiler::AsC1V
graph-visualizer.cc 123 positions_(positions),
160 SourcePosition position = positions_->GetSourcePosition(node);
186 const SourcePositionTable* positions_; member in class:v8::internal::compiler::JSONGraphNodeWriter
650 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_);
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 91 positions_.reserve(vertices.size());
94 positions_.emplace_back(Position{v[0], v[1], v[2]});
102 uint32_t vertex_count() const { return static_cast<uint32_t>(positions_.size()); }
108 for (size_t i = 0; i < positions_.size(); i++) {
109 const Position &pos = positions_[i];
135 std::vector<Position> positions_; member in class:__anon43410::Mesh
254 mesh_.positions_.reserve(mesh_.vertex_count() + middle_point_count);
280 const Mesh::Position &pos_a = mesh_.positions_[a];
281 const Mesh::Position &pos_b = mesh_.positions_[b];
295 mesh_.positions_.emplace_back(pos_mid)
    [all...]
  /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});
152 CHECK_EQ(positions_.size(), 1) << "SetPositions should only be called once.";
165 positions_.insert(positions_.end(), positions.begin(), positions.end());
169 for (const HloPosition& position : positions_) {
177 for (const HloPosition& position : positions_) {
hlo_value.h 138 const HloPosition& defining_position() const { return positions_[0]; }
153 const std::vector<HloPosition>& positions() const { return positions_; }
178 std::vector<HloPosition> positions_; member in class:xla::HloValue
  /external/tensorflow/tensorflow/contrib/lite/kernels/
gather_test.cc 32 positions_ = AddInput(TensorType_INT32);
52 PopulateTensor<int>(positions_, data);
66 int positions_; member in class:tflite::__anon39255::GatherOpModel
  /external/v8/src/regexp/
jsregexp.h 411 return positions_ + index;
420 Position positions_[4];
    [all...]
jsregexp.cc     [all...]

Completed in 444 milliseconds