MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / array_write

Function array_write

python/paddle/tensor/array.py:189–191  ·  view source on GitHub ↗
(
    x: paddle.Tensor, i: paddle.Tensor, array: None = None
)

Source from the content-addressed store, hash-verified

187
188@overload
189def array_write(
190 x: paddle.Tensor, i: paddle.Tensor, array: None = None
191) -> list[Any] | paddle.Tensor: ...
192
193
194@overload

Callers 5

appendFunction · 0.90
appendFunction · 0.90
test_mulMethod · 0.90
create_arrayFunction · 0.85

Calls 12

append_opMethod · 0.95
in_pir_modeFunction · 0.85
check_variable_and_dtypeFunction · 0.85
TypeErrorClass · 0.85
LayerHelperClass · 0.85
itemMethod · 0.80
create_arrayFunction · 0.70
typeFunction · 0.50
check_typeFunction · 0.50
appendMethod · 0.45
castMethod · 0.45
create_variableMethod · 0.45

Tested by 1

test_mulMethod · 0.72