Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PropagateShapes (0.11 sec)

  1. tensorflow/compiler/jit/shape_inference.cc

      for (int32_t i = 0, end = dims.size(); i < end; ++i) {
        dims[i] = context->Value(context->Dim(handle, i));
      }
      return PartialTensorShape::MakePartialShape(dims.data(), dims.size(), shape);
    }
    
    Status PropagateShapes(Graph* graph,
                           const std::map<int, InferredShape>& arg_shapes,
                           const std::vector<BackEdgeHelper::BackEdge>& back_edges,
                           ShapeRefiner* shape_refiner) {
    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