|
|
|
@ -2,11 +2,11 @@
|
|
|
|
|
# -*- coding:utf-8 -*-
|
|
|
|
|
"""
|
|
|
|
|
copyright 2020 Huawei Technologies Co., Ltd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
@ -14,7 +14,7 @@ distributed under the License == distributed on an "AS IS" BASIS,
|
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
|
limitations under the License.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matmul
|
|
|
|
|
"""
|
|
|
|
|
from __future__ import absolute_import
|
|
|
|
@ -98,4 +98,5 @@ NoneType = type(None)
|
|
|
|
|
@util.check_input_type(dict, dict, (dict, NoneType), dict, bool, bool, str)
|
|
|
|
|
def CusMatMulCubeDenseLeft(input_x1, input_x2, bias=None, output_y={}, trans_a=False, trans_b=False,
|
|
|
|
|
kernel_name="matmulcube"):
|
|
|
|
|
"""CusMatMulCubeDenseLeft"""
|
|
|
|
|
return
|