Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunroll_batch_matmul.cc59 std::string batch_name = in SliceInput() local
64 CreateInt32Array(model, absl::StrCat(batch_name, "/slice/begin"), in SliceInput()
66 CreateInt32Array(model, absl::StrCat(batch_name, "/slice/size"), in SliceInput()
69 AvailableArrayName(*model, absl::StrCat(batch_name, "/slice"))}; in SliceInput()
78 CreateInt32Array(model, absl::StrCat(batch_name, "/reshape/shape"), in SliceInput()
81 AvailableArrayName(*model, absl::StrCat(batch_name, "/reshape"))}; in SliceInput()
212 std::string batch_name = in Run() local
223 matmul_op->outputs = {AvailableArrayName(*model, batch_name)}; in Run()
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_quick_tests.py299 def quick_test_batch_decorator(batch_name): argument
332 self.quick_test_batch_start(batch_name, iter)