Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

    //
    //  int64_t getBiasDim(ArrayRef<int64_t> filterShape) const;
    template <typename ConcreteType, typename TFConvOpType>
    class ConvertTFConvOp : public RewritePattern {
     public:
      ConvertTFConvOp(MLIRContext *context,
                      bool allow_bf16_and_f16_type_legalization)
          : RewritePattern(TFConvOpType::getOperationName(), 1, context),
            intAttrOne(Builder(context).getI32IntegerAttr(1)),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top