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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_rematerialization.cc 336 bool IsPlaced(const HloInstruction* instruction) const {
832 return memory_tracker.IsPlaced(inst);
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h 240 bool IsPlaced() const { return offset_ > 0; }
245 VIXL_ASSERT(IsPlaced());
254 VIXL_ASSERT(!IsPlaced());
270 VIXL_ASSERT(!IsPlaced());
322 if (IsPlaced()) {
332 if (IsPlaced()) {
343 VIXL_ASSERT(IsPlaced());
    [all...]

Completed in 53 milliseconds