Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StoreOutputShapes (0.1 sec)

  1. tensorflow/compiler/jit/shape_inference.cc

                  }
                  break;
                }
              }
            }
          }
        }
      }
      return absl::OkStatus();
    }
    
    // Store the shapes of the output tensors in a map
    Status StoreOutputShapes(const Graph& graph, const ShapeRefiner& shape_refiner,
                             GraphShapeInfo* shape_info) {
      for (const Node* node : graph.nodes()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top