Searched refs:graph_def (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | freeze_test.py | 49 ops = [node.op for node in sess.graph_def.node] 69 ops = [node.op for node in sess.graph_def.node] 107 ops = [node.op for node in sess.graph_def.node] 127 sess, sess.graph_def, ['labels_softmax'])
|
A D | label_wav.py | 46 graph_def = tf.compat.v1.GraphDef() 47 graph_def.ParseFromString(f.read()) 48 tf.import_graph_def(graph_def, name='')
|
A D | label_wav_dir.py | 47 graph_def = tf.compat.v1.GraphDef() 48 graph_def.ParseFromString(f.read()) 49 tf.import_graph_def(graph_def, name='')
|
A D | label_wav.cc | 41 tensorflow::GraphDef graph_def; in LoadGraph() local 43 ReadBinaryProto(tensorflow::Env::Default(), graph_file_name, &graph_def); in LoadGraph() 49 Status session_create_status = (*session)->Create(graph_def); in LoadGraph()
|
A D | test_streaming_accuracy.cc | 100 tensorflow::GraphDef graph_def; in LoadGraph() local 102 ReadBinaryProto(tensorflow::Env::Default(), graph_file_name, &graph_def); in LoadGraph() 108 Status session_create_status = (*session)->Create(graph_def); in LoadGraph()
|
A D | freeze.py | 235 sess, sess.graph_def, ['labels_softmax'])
|
A D | train.py | 215 tf.io.write_graph(sess.graph_def, FLAGS.train_dir,
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/ |
A D | mlir_convert.py | 30 def mlir_convert(options, graph_def, input_tensors, output_tensors, **kwargs): argument 56 graphdef_file.write(graph_def.SerializeToString())
|
Completed in 7 milliseconds