Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dshape_inference.cc435 struct ValuePort { struct
436 PointerUnion<Operation*, BlockArgument> producer;
437 SmallVector<unsigned int, 2> port;
439 bool operator==(const ValuePort& other) const { in operator ==()
444 explicit ValuePort(Value v) { in ValuePort() function
454 ValuePort(PointerUnion<Operation*, BlockArgument> producer, in ValuePort() function
458 raw_ostream& print(raw_ostream& os) const { in print()