Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ close
Method
close
src/core/utils/io/FileHandler.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void FileHandler::close()
51
{
52
_filestream.close();
53
}
54
55
std::fstream &FileHandler::stream()
56
{
Callers
11
~PerfettoProfiler
Method · 0.45
load_from_file
Method · 0.45
save_to_file
Method · 0.45
restore_program_cache_from_file
Function · 0.45
save_program_cache_to_file
Function · 0.45
generate_operator_list
Method · 0.45
generate_operator_info
Method · 0.45
add_cpp_copyright
Function · 0.45
add_python_copyright
Function · 0.45
check_copyright
Function · 0.45
caffe_mnist_image_extractor.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected