Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ShapeAndType (0.06 sec)

  1. tensorflow/c/c_api.cc

      }
    
      auto shape_and_type_vec =
          std::vector<tensorflow::shape_inference::ShapeAndType>(
              num_shapes_and_types);
      for (int i = 0; i < num_shapes_and_types; ++i) {
        tensorflow::shape_inference::ShapeHandle shape_handle =
            ShapeHandleFromDims(ic, ranks[i], shapes[i]);
        shape_and_type_vec[i] = tensorflow::shape_inference::ShapeAndType(
            shape_handle, static_cast<DataType>(types[i]));
      }
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top