Home
last modified time | relevance | path

Searched refs:Colocate (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dscope_internal.h62 enum class Colocate; member
79 Impl(const Scope& other, Tags::Colocate, const Operation& colocate_with_op,
Dscope.cc213 Scope::Impl::Impl(const Scope& other, Tags::Colocate, in Impl() argument
462 return Scope(new Impl(*this, Impl::Tags::Colocate(), op, in ColocateWith()
467 return Scope(new Impl(*this, Impl::Tags::Colocate(), Operation(), in ClearColocation()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp426 unsigned Colocate = 0; member in __anonabe572be0111::NodeSet
456 void setColocate(unsigned c) { Colocate = c; }; in setColocate()
480 Colocate = 0; in clear()
492 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate) in operator >()
493 return Colocate < RHS.Colocate; in operator >()
513 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()
1774 unsigned Colocate = 0; in colocateNodeSets() local
1788 N1.setColocate(++Colocate); in colocateNodeSets()
1789 N2.setColocate(Colocate); in colocateNodeSets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp465 unsigned Colocate = 0; member in __anon4198d6560111::NodeSet
501 void setColocate(unsigned c) { Colocate = c; }; in setColocate()
529 Colocate = 0; in clear()
541 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate) in operator >()
542 return Colocate < RHS.Colocate; in operator >()
562 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()
1901 unsigned Colocate = 0; in colocateNodeSets() local
1915 N1.setColocate(++Colocate); in colocateNodeSets()
1916 N2.setColocate(Colocate); in colocateNodeSets()