OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable_backend
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/client/
local_client.cc
245
Backend* LocalClient::
mutable_backend
() {
function in class:xla::LocalClient
246
return local_service_->
mutable_backend
();
264
local_service_->
mutable_backend
(),
local_client.h
180
Backend*
mutable_backend
();
/external/tensorflow/tensorflow/compiler/jit/
xla_device.cc
208
xla::Backend* backend = client()->
mutable_backend
();
217
xla::Backend* backend = client()->
mutable_backend
();
/external/tensorflow/tensorflow/compiler/xla/tests/
xla_hlo_profile_test.cc
125
Backend* backend = service->
mutable_backend
();
/external/tensorflow/tensorflow/compiler/xla/service/
service.h
246
Backend*
mutable_backend
() { return execute_backend_.get(); }
function in class:xla::Service
Completed in 1451 milliseconds