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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.h 138 const std::vector<HloInstruction*>& parameter_instructions() const { function in class:xla::HloComputation
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
alias_analysis.cc 81 const std::vector<HloInstruction*>& parameter_instructions = local
82 module_.entry_computation()->parameter_instructions();
83 if (std::find(parameter_instructions.begin(),
84 parameter_instructions.end(),
85 &hlo) != parameter_instructions.end()) {

Completed in 99 milliseconds