Home
last modified time | relevance | path

Searched defs:buffered_file (Results 1 – 4 of 4) sorted by relevance

/external/fmtlib/include/fmt/
Dos.h179 inline explicit buffered_file(FILE* f) : file_(f) {} in buffered_file() function
186 inline buffered_file() noexcept : file_(nullptr) {} in buffered_file() function
192 inline buffered_file(buffered_file&& other) noexcept : file_(other.file_) { in buffered_file() function
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc78 Status ReadStringTensor(io::InputBuffer* buffered_file, size_t num_elements, in ReadStringTensor()
149 Status ReadVariantTensor(io::InputBuffer* buffered_file, Tensor* ret, in ReadVariantTensor()
886 io::InputBuffer* buffered_file = data_[entry.shard_id()]; in GetValue() local
/external/fmtlib/src/
Dos.cc172 buffered_file::buffered_file(cstring_view filename, cstring_view mode) { in buffered_file() function in buffered_file
/external/fmtlib/test/
Dmodule-test.cc485 TEST(module_test, buffered_file) { in TEST() argument