Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SYMMETRIC (0.48 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

        MirrorPadMode_SYMMETRIC
      };
      return values;
    }
    
    inline const char * const *EnumNamesMirrorPadMode() {
      static const char * const names[3] = {
        "REFLECT",
        "SYMMETRIC",
        nullptr
      };
      return names;
    }
    
    inline const char *EnumNameMirrorPadMode(MirrorPadMode e) {
      if (::flatbuffers::IsOutRange(e, MirrorPadMode_REFLECT, MirrorPadMode_SYMMETRIC)) return "";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top