Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_shape (0.16 sec)

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

    };
    
    struct VariantSubTypeBuilder {
      typedef VariantSubType Table;
      ::flatbuffers::FlatBufferBuilder &fbb_;
      ::flatbuffers::uoffset_t start_;
      void add_shape(::flatbuffers::Offset<::flatbuffers::Vector<int32_t>> shape) {
        fbb_.AddOffset(VariantSubType::VT_SHAPE, shape);
      }
      void add_type(tflite::TensorType type) {
    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