Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shape_of (0.08 sec)

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

        const std::vector<int32_t> *shape = nullptr,
        tflite::TensorType type = tflite::TensorType_FLOAT32,
        bool has_rank = false) {
      auto shape__ = shape ? _fbb.CreateVector<int32_t>(*shape) : 0;
      return tflite::CreateVariantSubType(
          _fbb,
          shape__,
          type,
          has_rank);
    }
    
    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