Home
last modified time | relevance | path

Searched refs:tensorflow (Results 1 – 25 of 94) sorted by relevance

1234

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A DMakefile.inc57 tensorflow/lite/experimental/microfrontend/lib/fft.cc \
61 tensorflow/lite/experimental/microfrontend/lib/frontend.c \
63 tensorflow/lite/experimental/microfrontend/lib/log_lut.c \
70 tensorflow/lite/experimental/microfrontend/lib/window.c \
75 tensorflow/lite/experimental/microfrontend/lib/bits.h \
76 tensorflow/lite/experimental/microfrontend/lib/fft.h \
77 tensorflow/lite/experimental/microfrontend/lib/fft_util.h \
82 tensorflow/lite/experimental/microfrontend/lib/log_lut.h \
89 tensorflow/lite/experimental/microfrontend/lib/window.h \
187 tensorflow/lite/micro/examples/micro_speech/main.cc \
[all …]
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A DBUILD1 load("//tensorflow:tensorflow.bzl", "tf_cc_binary", "tf_cc_test", "tf_py_test")
17 "//tensorflow:tensorflow_py",
30 "//tensorflow:tensorflow_py",
281 "//tensorflow/core:lib",
283 "//tensorflow/core:tensorflow",
339 "//tensorflow/core:lib",
341 "//tensorflow/core:tensorflow",
353 "//tensorflow/core:lib",
373 "//tensorflow/core:lib",
375 "//tensorflow/core:tensorflow",
[all …]
A Dtest_streaming_accuracy.cc85 using tensorflow::Flag;
86 using tensorflow::Status;
87 using tensorflow::Tensor;
88 using tensorflow::int32;
89 using tensorflow::int64;
90 using tensorflow::string;
91 using tensorflow::uint16;
92 using tensorflow::uint32;
100 tensorflow::GraphDef graph_def; in LoadGraph()
107 session->reset(tensorflow::NewSession(tensorflow::SessionOptions())); in LoadGraph()
[all …]
A Dlabel_wav.cc28 using tensorflow::Flag;
29 using tensorflow::int32;
30 using tensorflow::Status;
31 using tensorflow::string;
32 using tensorflow::Tensor;
33 using tensorflow::tstring;
41 tensorflow::GraphDef graph_def; in LoadGraph()
48 session->reset(tensorflow::NewSession(tensorflow::SessionOptions())); in LoadGraph()
124 tensorflow::port::InitMain(argv[0], &argc, &argv); in main()
131 std::unique_ptr<tensorflow::Session> session; in main()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A DBUILD4 "//tensorflow:tensorflow.bzl",
12 load("//tensorflow:tensorflow.bzl", "tf_custom_op_py_library")
24 "//tensorflow/lite:framework",
40 "//tensorflow:android": [
52 "//tensorflow:android": [
57 "//tensorflow/core:lib",
70 "//tensorflow/lite:framework",
90 "//tensorflow/core:lib",
118 "//tensorflow/python:math_ops",
120 "//tensorflow/python:util",
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A DBUILD22 "//tensorflow:tensorflow_py",
23 "//tensorflow/lite/python:test_util",
27 "//tensorflow/python:graph_util",
38 "//tensorflow:android": [],
49 # "//tensorflow:android": [],
71 "//tensorflow/lite:framework",
76 "//tensorflow/core:lib",
77 "//tensorflow/core:test",
79 "//tensorflow:android": [
92 "//tensorflow:tensorflow_py",
[all …]
A Dgenerate_examples.py28 import tensorflow.compat.v1 as tf
30 from tensorflow.lite.experimental.mlir.testing import mlir_convert
36 from tensorflow.lite.experimental.mlir.testing.op_tests.cond import make_cond_tests
38 from tensorflow.lite.experimental.mlir.testing.op_tests.conv3d import make_conv3d_tests
40 from tensorflow.lite.experimental.mlir.testing.op_tests.cumsum import make_cumsum_tests
43 from tensorflow.lite.experimental.mlir.testing.op_tests.einsum import make_einsum_tests
46 from tensorflow.lite.experimental.mlir.testing.op_tests.imag import make_imag_tests
51 from tensorflow.lite.experimental.mlir.testing.op_tests.real import make_real_tests
53 from tensorflow.lite.experimental.mlir.testing.op_tests.rfft import make_rfft_tests
60 from tensorflow.lite.experimental.mlir.testing.op_tests.stft import make_stft_tests
[all …]
A Dgenerated_examples_zip_test.cc54 tensorflow::Env* env = tensorflow::Env::Default();
167 proc.SetChannelAction(tensorflow::CHAN_STDOUT, tensorflow::ACTION_PIPE); in UnArchive()
168 proc.SetChannelAction(tensorflow::CHAN_STDERR, tensorflow::ACTION_PIPE); in UnArchive()
170 return tensorflow::Status(tensorflow::error::UNKNOWN, in UnArchive()
178 return tensorflow::Status(tensorflow::error::UNKNOWN, in UnArchive()
193 return tensorflow::Status(tensorflow::error::UNKNOWN, in MakeTemporaryDirectory()
229 return tensorflow::Status(tensorflow::error::UNKNOWN, message); in ReadManifest()
238 TF_CHECK_OK(tensorflow::Status(tensorflow::error::UNKNOWN, in UnarchiveAndFindTestNames()
359 tensorflow::Flag( in main()
363 tensorflow::Flag( in main()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/
A DBUILD1 load("//tensorflow/lite:build_def.bzl", "tflite_copts")
22 "//tensorflow/lite/kernels/internal:compatibility",
34 "//tensorflow/lite/kernels/internal:compatibility",
53 "//tensorflow/lite:framework",
54 "//tensorflow/lite/c:common",
55 "//tensorflow/lite/kernels:kernel_util",
56 "//tensorflow/lite/kernels:op_macros",
58 "//tensorflow/lite/kernels/internal:tensor",
70 "//tensorflow/lite:framework",
71 "//tensorflow/lite/kernels:builtin_ops",
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/
A DBUILD8 packages = ["//tensorflow/lite/micro/..."],
13 packages = ["//tensorflow/lite/experimental/microfrontend/..."],
26 "//tensorflow/lite/c:common",
27 "//tensorflow/lite/core/api",
28 "//tensorflow/lite/micro:micro_error_reporter",
29 "//tensorflow/lite/micro:micro_framework",
30 "//tensorflow/lite/micro:micro_utils",
31 "//tensorflow/lite/micro:system_setup",
32 "//tensorflow/lite/micro:test_helpers",
70 "//tensorflow:tensorflow_py",
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/resource/
A DBUILD1 load("//tensorflow:tensorflow.bzl", "get_compatible_with_portable")
23 "//tensorflow/lite:string_util",
24 "//tensorflow/lite/c:common",
25 "//tensorflow/lite/kernels/internal:compatibility",
26 "//tensorflow/lite/kernels/internal:tensor",
37 "//tensorflow/lite:util",
38 "//tensorflow/lite/c:common",
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A DBUILD17 load("//tensorflow:tensorflow.bzl", "get_compatible_with_portable")
93 "//tensorflow/lite:minimal_logging",
104 "//tensorflow/lite/c:common",
126 "//tensorflow/lite/c:common",
127 "//tensorflow/lite/delegates/nnapi:nnapi_delegate",
146 "//tensorflow/lite:framework",
147 "//tensorflow/lite/c:common",
148 "//tensorflow/lite/delegates/nnapi:nnapi_delegate",
150 "//tensorflow/lite/kernels:test_util",
164 "//tensorflow:android": [
[all …]
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/micro_features/
A DBUILD55 "//tensorflow/lite/c:common",
56 "//tensorflow/lite/experimental/microfrontend/lib:frontend",
57 "//tensorflow/lite/micro:micro_error_reporter",
86 "//tensorflow/lite/c:common",
87 "//tensorflow/lite/micro:micro_error_reporter",
88 "//tensorflow/lite/micro:micro_framework",
89 "//tensorflow/lite/micro/examples/micro_speech:audio_sample_test_data",
90 "//tensorflow/lite/micro/testing:micro_test",
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/python/ops/
A Daudio_microfrontend_op.py21 from tensorflow.lite.experimental.microfrontend.ops import gen_audio_microfrontend_op
22 from tensorflow.python.framework import dtypes
23 from tensorflow.python.framework import load_library
24 from tensorflow.python.framework import ops
25 from tensorflow.python.ops import array_ops
26 from tensorflow.python.platform import resource_loader
27 from tensorflow.python.util.tf_export import tf_export
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ops/
A Daudio_microfrontend_op.cc26 using tensorflow::OpKernel;
27 using tensorflow::OpKernelConstruction;
28 using tensorflow::OpKernelContext;
29 using tensorflow::Status;
30 using tensorflow::Tensor;
31 using tensorflow::TensorShape;
32 using tensorflow::TensorShapeUtils;
33 using tensorflow::errors::Internal;
34 using tensorflow::errors::InvalidArgument;
39 namespace tensorflow { namespace
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/tensorboard/
A DBUILD4 default_visibility = ["//tensorflow:internal"],
14 "//tensorflow/lite/python:wrap_toco",
15 "//tensorflow/python:util",
16 "//tensorflow/python/util:tf_export",
27 "//tensorflow/python:client_testlib",
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/c/
A DBUILD18 load("//tensorflow:tensorflow.bzl", "get_compatible_with_portable")
31 "//tensorflow/lite/c:common",
42 "//tensorflow/lite/c:common",
43 "//tensorflow/lite/delegates/nnapi:nnapi_delegate",
44 "//tensorflow/lite/experimental/acceleration/configuration:configuration_fbs",
45 "//tensorflow/lite/experimental/acceleration/configuration:nnapi_plugin_impl",
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/op_tests/
A Ddynamic_rnn.py20 import tensorflow.compat.v1 as tf
21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
24 from tensorflow.python.framework import test_util
25 from tensorflow.python.ops import rnn
A Drfft.py20 import tensorflow.compat.v1 as tf
21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
24 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Drfft2d.py20 import tensorflow.compat.v1 as tf
21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
24 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dtensor_list_length.py20 import tensorflow.compat.v1 as tf
21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
24 from tensorflow.python.ops import list_ops
A Dstft.py20 import tensorflow.compat.v1 as tf
21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import ExtraTocoOptions
23 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
24 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
A Dtensor_list_concat.py20 import tensorflow.compat.v1 as tf
21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
24 from tensorflow.python.ops import list_ops
A Dtensor_list_get_item.py20 import tensorflow.compat.v1 as tf
21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
24 from tensorflow.python.ops import list_ops
A Dtensor_list_resize.py20 import tensorflow.compat.v1 as tf
21 from tensorflow.lite.testing.zip_test_utils import create_tensor_data
22 from tensorflow.lite.testing.zip_test_utils import make_zip_of_tests
23 from tensorflow.lite.testing.zip_test_utils import register_make_test_function
24 from tensorflow.python.ops import list_ops

Completed in 81 milliseconds

1234