Searched refs:SymbolicShapeRefiner (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.h | 69 class SymbolicShapeRefiner; variable 134 SymbolicShapeRefiner* shape_refiner, const NodeDef* qnode, 144 SymbolicShapeRefiner* shape_refiner, bool* new_shapes); 148 SymbolicShapeRefiner* shape_refiner, 153 Status UpdateMerge(SymbolicShapeRefiner* shape_refiner, const NodeDef* node, 156 static Status UpdateEnter(SymbolicShapeRefiner* shape_refiner, 160 Status UpdateShapes(SymbolicShapeRefiner* shape_refiner, 167 SymbolicShapeRefiner* shape_refiner, TopoQueue* new_shapes,
|
D | graph_properties.cc | 546 class SymbolicShapeRefiner { class 548 explicit SymbolicShapeRefiner( in SymbolicShapeRefiner() function in tensorflow::grappler::SymbolicShapeRefiner 1759 SymbolicShapeRefiner* shape_refiner, const NodeDef* qnode, in RelaxEnqueueShapesAndMergeTypes() 1783 Status GraphProperties::UpdateMerge(SymbolicShapeRefiner* shape_refiner, in UpdateMerge() 1836 Status GraphProperties::UpdateEnter(SymbolicShapeRefiner* shape_refiner, in UpdateEnter() 1864 SymbolicShapeRefiner* shape_refiner, in UpdateShapes() 1893 SymbolicShapeRefiner* shape_refiner, TopoQueue* new_shapes, in PropagateShapes() 1945 SymbolicShapeRefiner* shape_refiner, in UpdateQueue() 1994 SymbolicShapeRefiner* shape_refiner, bool* new_shapes) { in UpdateEnqueue() 2124 SymbolicShapeRefiner refiner(graph_view, fed_ports, in InferStatically()
|