Searched refs:NodeContext (Results 1 – 1 of 1) sorted by relevance
630 struct NodeContext { struct in tensorflow::grappler::SymbolicShapeRefiner730 NodeContext* GetNodeContext(const NodeDef* node) { in GetNodeContext()961 NodeContext* ctx = GetNodeContext(node); in UpdateNode()979 NodeContext* src_ctx = GetNodeContext(src); in UpdateNode()1315 NodeContext& node_ctx = node_to_context_[node]; in AddNode()1380 bool AllOutputValuesKnown(NodeContext* c) { in AllOutputValuesKnown()1416 bool AllOutputShapesKnown(NodeContext* c) { in AllOutputShapesKnown()1429 bool AllInputValuesKnown(NodeContext* c) { in AllInputValuesKnown()1450 bool ShouldUpdateOutputShapesAndValues(NodeContext* c, int64 max_size) { in ShouldUpdateOutputShapesAndValues()1500 void CreateInputTensors(NodeContext* c, in CreateInputTensors()[all …]