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

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 180 PerInstruction* pi = PerInst(instruction);
227 *PerInst(get_tuple_element->operand(0))->points_to_set;
367 *PerInst(operands[i])->points_to_set;
406 const PointsToSet& false_points_to_set = *PerInst(on_false)->points_to_set;
430 return *PerInst(hlo_instruction)->points_to_set;
435 PerInstruction* pi = PerInst(instruction);
499 return PerInst(instruction)->instruction_defined_buffers;
543 return *PerInst(instruction)->points_to_set;
    [all...]
tuple_points_to_analysis.h 317 const PerInstruction* PerInst(const HloInstruction* inst) const {
327 PerInstruction* PerInst(const HloInstruction* inst) {

Completed in 325 milliseconds