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

  /external/tensorflow/tensorflow/compiler/xla/service/
liveness_util.cc 46 [=](HloInstruction* fused_param) {
47 return user->operand(fused_param->parameter_number()) == operand;
150 [&](HloInstruction* fused_param) {
151 return fusion->operand(fused_param->parameter_number()) == operand;
156 auto* fused_param = *fused_param_it; local
159 fused_param, operand_index, points_to_analysis);
hlo_instruction.cc 1000 HloInstruction* fused_param = nullptr; local
    [all...]

Completed in 51 milliseconds