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.cc60 std::string batch_name = in SliceInput() local
65 CreateInt32Array(model, absl::StrCat(batch_name, "/slice/begin"), in SliceInput()
67 CreateInt32Array(model, absl::StrCat(batch_name, "/slice/size"), in SliceInput()
70 AvailableArrayName(*model, absl::StrCat(batch_name, "/slice"))}; in SliceInput()
79 CreateInt32Array(model, absl::StrCat(batch_name, "/reshape/shape"), in SliceInput()
82 AvailableArrayName(*model, absl::StrCat(batch_name, "/reshape"))}; in SliceInput()
213 std::string batch_name = in Run() local
224 matmul_op->outputs = {AvailableArrayName(*model, batch_name)}; in Run()
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_quick_tests.py463 def quick_test_batch_decorator(batch_name): argument
503 self.quick_test_batch_start(batch_name, iter)