Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

      auto _shape = _o->shape.size() ? _fbb.CreateVector(_o->shape) : 0;
      auto _type = _o->type;
      auto _has_rank = _o->has_rank;
      return tflite::CreateVariantSubType(
          _fbb,
          _shape,
          _type,
          _has_rank);
    }
    
    inline TensorT::TensorT(const TensorT &o)
          : shape(o.shape),
            type(o.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