41 lines
1.6 KiB
Python
41 lines
1.6 KiB
Python
# Copyright (c) 2025 PaddlePaddle Authors. All Rights Reserved.
|
|
#
|
|
# 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
|
|
# distributed under the License is 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.
|
|
|
|
DataType = __builtin__DataType # noqa: F821
|
|
DataValue = __builtin__DataValue # noqa: F821
|
|
PointerType = __builtin__PointerType # noqa: F821
|
|
PointerValue = __builtin__PointerValue # noqa: F821
|
|
MutableList = __builtin__MutableList # noqa: F821
|
|
OrderedDict = __builtin__OrderedDict # noqa: F821
|
|
MutableOrderedDict = __builtin__MutableOrderedDict # noqa: F821
|
|
AttrMap = __builtin__AttrMap # noqa: F821
|
|
SerializableAttrMap = __builtin__BuiltinSerializableAttrMap # noqa: F821
|
|
|
|
_raise = __builtin__raise # noqa: F821
|
|
|
|
foreach = __builtin__foreach # noqa: F821
|
|
range = __builtin__range # noqa: F821
|
|
map = __builtin__map # noqa: F821
|
|
reduce = __builtin__reduce # noqa: F821
|
|
filter = __builtin__filter # noqa: F821
|
|
zip = __builtin__zip # noqa: F821
|
|
flat_map = __builtin__flat_map # noqa: F821
|
|
apply = __builtin__apply # noqa: F821
|
|
replace_or_trim_left_comma = __builtin__replace_or_trim_left_comma # noqa: F821
|
|
|
|
sorted = __builtin__sorted # noqa: F821
|
|
|
|
dirname = __builtin__dirname # noqa: F821
|
|
basename = __builtin__basename # noqa: F821
|