Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmodel_pruner_test.cc57 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
74 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
99 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
117 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
138 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
162 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
188 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
210 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
234 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
251 tensorflow::Scope s = CreateScopeWithDevice(kDeviceCPU0); in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/grappler/utils/
Dgrappler_test.h117 inline tensorflow::Scope CreateScopeWithDevice(absl::string_view device) { in CreateScopeWithDevice() function