Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dtest_streaming_accuracy.cc238 Tensor sample_rate_tensor(tensorflow::DT_INT32, tensorflow::TensorShape({})); in main() local
239 sample_rate_tensor.scalar<int32>()() = sample_rate; in main()
257 {input_rate_name, sample_rate_tensor}}, in main()
A Dtest_streaming_accuracy.py139 sample_rate_tensor = sess.graph.get_tensor_by_name(FLAGS.input_names[1])
151 sample_rate_tensor:

Completed in 3 milliseconds