Home
last modified time | relevance | path

Searched defs:original_source (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_blob_store/
H A Dblob_store_test.cc205 ConstByteSpan original_source = span(source_buffer_); in TEST_F() local
299 ConstByteSpan original_source = span(source_buffer_); in TEST_F() local
346 ConstByteSpan original_source = span(source_buffer_); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dxla_sharding_util.cc141 const mlir::Value& original_source, mlir::OpBuilder* builder, in HandleTileShardedInputs()
/aosp_15_r20/external/pytorch/torch/
H A Dserialization.py1170 def _check_container_source(container_type, source_file, original_source): argument