Home
last modified time | relevance | path

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 Dfreeze_test.py49 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 Dlabel_wav.py46 graph_def = tf.compat.v1.GraphDef()
47 graph_def.ParseFromString(f.read())
48 tf.import_graph_def(graph_def, name='')
A Dlabel_wav_dir.py47 graph_def = tf.compat.v1.GraphDef()
48 graph_def.ParseFromString(f.read())
49 tf.import_graph_def(graph_def, name='')
A Dlabel_wav.cc41 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 Dtest_streaming_accuracy.cc100 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 Dfreeze.py235 sess, sess.graph_def, ['labels_softmax'])
A Dtrain.py215 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 Dmlir_convert.py30 def mlir_convert(options, graph_def, input_tensors, output_tensors, **kwargs): argument
56 graphdef_file.write(graph_def.SerializeToString())

Completed in 7 milliseconds