Home
last modified time | relevance | path

Searched defs:instruction_position (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule.cc255 absl::flat_hash_map<const HloInstruction*, int> instruction_position; in Verify() local
/external/v8/src/compiler/
Dinstruction.h782 int instruction_position() const { return instruction_position_; } in instruction_position() function