Home
last modified time | relevance | path

Searched defs:ResourceLatticeValue (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dfreeze_global_tensors.cc43 struct ResourceLatticeValue { struct
44 explicit ResourceLatticeValue(GlobalTensorOp op = nullptr) { in ResourceLatticeValue() function
48 static ResourceLatticeValue getPessimisticValueState(MLIRContext *context) { in getPessimisticValueState()
51 static ResourceLatticeValue getPessimisticValueState(Value value) { in getPessimisticValueState()
64 bool operator==(const ResourceLatticeValue &rhs) const { in operator ==()
68 static ResourceLatticeValue join(const ResourceLatticeValue &lhs, in join()
78 void print(raw_ostream &os) const { in print()
84 mutable DenseSet<GlobalTensorOp> ops;