Home
last modified time | relevance | path

Searched refs:proto_fileformat (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/tools/
Dselective_registration_header_lib.py46 def get_ops_and_kernels(proto_fileformat, proto_files, default_ops_str): argument
54 if proto_fileformat == 'rawproto':
57 assert proto_fileformat == 'textproto'
171 proto_fileformat='rawproto', argument
185 ops_and_kernels = get_ops_and_kernels(proto_fileformat, graphs, default_ops)
Dprint_selective_registration_header.py50 graphs, FLAGS.proto_fileformat, FLAGS.default_ops))