Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/aot/codegen_test_h.golden

      };
    
      // Shapes of the results.
      static constexpr int32_t kResult0Shapes[] = {
    5, 6
      };
      static constexpr int32_t kResult1Shapes[] = {
    1
      };
      static constexpr int32_t kResult2Shapes[] = {
    5
      };
      static const ShapeInfo* ResultShapeInfos() {
        static constexpr ShapeInfo kResultShapeInfoTable[kNumResults] = {
    { kResult0Shapes, 2 },
    { kResult1Shapes, 1 },
    { kResult2Shapes, 1 },
        };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top