Home
last modified time | relevance | path

Searched refs:node_file (Results 1 – 7 of 7) sorted by relevance

/external/cronet/tot/third_party/protobuf/benchmarks/util/
Dresult_parser.py280 node_file="", argument
294 if node_file != "":
295 __parse_js_result(node_file, "node")
348 node_file=args.node_input_file,
Dresult_uploader.py104 node_file=args.node_input_file,
/external/cronet/stable/third_party/protobuf/benchmarks/util/
Dresult_parser.py280 node_file="", argument
294 if node_file != "":
295 __parse_js_result(node_file, "node")
348 node_file=args.node_input_file,
Dresult_uploader.py104 node_file=args.node_input_file,
/external/protobuf/benchmarks/util/
Dresult_parser.py280 node_file="", argument
294 if node_file != "":
295 __parse_js_result(node_file, "node")
348 node_file=args.node_input_file,
Dresult_uploader.py104 node_file=args.node_input_file,
/external/tensorflow/tensorflow/python/framework/
Dnode_file_writer_test.py73 self.node_file = open(self.node_filename, 'rb')
75 self.node_file.seek(0, io.SEEK_END)
79 self.node_file.close()
88 node_def_bytes = self.node_file.read()