Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/dynamic_depth/
Ditem.cc27 bool check_filepath) { in FromDataInternal() argument
28 if (check_filepath && params.length != params.payload_to_serialize.size()) { in FromDataInternal()
/external/dynamic_depth/includes/dynamic_depth/
Ditem.h81 bool check_filepath);
/external/tensorflow/tensorflow/python/keras/engine/
Dnetwork.py1390 check_filepath = filepath + '.index'
1392 check_filepath = filepath
1394 if not overwrite and os.path.isfile(check_filepath):
1395 proceed = ask_to_proceed_with_overwrite(check_filepath)