Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getI1Type (0.09 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        auto result_shape = shaped_type.getShape();
        result.types.push_back(tensorflow::GetTypeFromTFTensorShape(
            result_shape, builder->getI1Type()));
      } else {
        result.types.push_back(UnrankedTensorType::get(builder->getI1Type()));
      }
    }
    
    void buildFusedBroadcastableBinOp(Builder* builder, OperationState& result,
                                      Value lhs, Value rhs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top