Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions _typos.toml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

builer 移到上面

#69558 (comment)

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ arange = "arange"
ot = 'ot'
pash = 'pash'
eles = 'eles'
builer = 'builer'

# These words need to be fixed
ontext = 'ontext'
Expand All @@ -40,7 +41,6 @@ inferrence = 'inferrence'
PROTOCAL = 'PROTOCAL'
beed = 'beed'
represention = 'represention'
brach = 'brach'
registe = 'registe'
consequtive = 'consequtive'
homogenous = 'homogenous'
Expand Down Expand Up @@ -288,7 +288,6 @@ transfering = 'transfering'
enfore = 'enfore'
elments = 'elments'
convience = 'convience'
builer = 'builer'
Splited = 'Splited'
indiates = 'indiates'
availiable = 'availiable'
Expand Down Expand Up @@ -384,7 +383,6 @@ epslion = 'epslion'
somme = 'somme'
cacl = 'cacl'
worke = 'worke'
buffert = 'buffert'
reduntant = 'reduntant'
UNEXPECT = 'UNEXPECT'
shedule = 'shedule'
Expand Down
2 changes: 1 addition & 1 deletion paddle/fluid/operators/tensorrt/tensorrt_engine_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ class TensorRTEngineOp : public framework::OperatorBase {
model_opt_cache_dir_, engine_key_);
trt_engine_->Deserialize(trt_engine_serialized_data);
} else {
// This brach mainly used to ut.
// This branch mainly used to ut.
PrepareTRTEngine(scope, trt_engine_);
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/legacy_test/test_egr_python_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def test_share_buffer_to(self):
np.testing.assert_array_equal(tensor3.numpy(), arr2)
self.assertTrue(tensor3._is_shared_buffer_with(tensor))

def test_0_size_tensor_share_buffert_to(self):
def test_0_size_tensor_share_buffer_to(self):
x = paddle.rand([0, 4])
y = paddle.rand([0, 4])
x._share_buffer_to(y)
Expand Down