Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ResultShapeInfos (0.23 sec)

  1. tensorflow/compiler/aot/codegen_test_h.golden

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/codegen.cc

    $1
      };
    )",
            i,
            shape.dimensions_size() > 0 ? absl::StrJoin(shape.dimensions(), ", ")
                                        : "-1");
      }
      *infos += R"(  static const ShapeInfo* ResultShapeInfos() {
        static constexpr ShapeInfo kResultShapeInfoTable[kNumResults] = {
    )";
      for (int i = 0; i < ps.result().tuple_shapes_size(); ++i) {
        const xla::ShapeProto& shape = ps.result().tuple_shapes(i);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top