Home
last modified time | relevance | path

Searched refs:real_root (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/
Dbuild_defs.bzl67 real_root = _get_real_root(file)
68 if real_root:
69 roots[real_root] = True
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2777 HloInstruction* real_root = nullptr; in GetOrCreateSubComputationFromRegion() local
2783 if (real_root == nullptr) { in GetOrCreateSubComputationFromRegion()
2784 real_root = operand->mutable_operand(0); in GetOrCreateSubComputationFromRegion()
2785 } else if (real_root != operand->operand(0)) { in GetOrCreateSubComputationFromRegion()
2793 fused_computation->set_root_instruction(real_root); in GetOrCreateSubComputationFromRegion()
2803 root = real_root; in GetOrCreateSubComputationFromRegion()