Home
last modified time | relevance | path

Searched refs:total_size_bytes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dpartitioned_variables.py209 total_size_bytes = shape.num_elements() * bytes_per_element
210 partitions = total_size_bytes / min_slice_size
/external/tensorflow/tensorflow/compiler/xla/python/
Doutfeed_receiver.cc137 int total_size_bytes = 0; in SetLiteral() local
141 total_size_bytes += ShapeUtil::ByteSizeOf(literal_subshape, 8); in SetLiteral()
144 literal_size_bytes_ = total_size_bytes; in SetLiteral()
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
Ddatabase.py229 total_size_bytes=sum(len(entry.string) + 1 for entry in db.entries()),