Searched refs:Colocate (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | scope_internal.h | 62 enum class Colocate; member 79 Impl(const Scope& other, Tags::Colocate, const Operation& colocate_with_op,
|
D | scope.cc | 213 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/ |
D | MachinePipeliner.cpp | 426 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/ |
D | MachinePipeliner.cpp | 465 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()
|