Home
last modified time | relevance | path

Searched refs:alloc_fns (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_server_lib.cc143 gpr_allocation_functions alloc_fns; in GdrServerRegistrar() local
144 memset(&alloc_fns, 0, sizeof(alloc_fns)); in GdrServerRegistrar()
145 alloc_fns.malloc_fn = port::Malloc; in GdrServerRegistrar()
146 alloc_fns.realloc_fn = port::Realloc; in GdrServerRegistrar()
147 alloc_fns.free_fn = port::Free; in GdrServerRegistrar()
148 gpr_set_allocation_functions(alloc_fns); in GdrServerRegistrar()
/external/tensorflow/tensorflow/contrib/mpi/
Dmpi_server_lib.cc102 gpr_allocation_functions alloc_fns; in MPIServerRegistrar() local
103 alloc_fns.malloc_fn = port::Malloc; in MPIServerRegistrar()
104 alloc_fns.realloc_fn = port::Realloc; in MPIServerRegistrar()
105 alloc_fns.free_fn = port::Free; in MPIServerRegistrar()
106 gpr_set_allocation_functions(alloc_fns); in MPIServerRegistrar()
/external/tensorflow/tensorflow/contrib/verbs/
Dverbs_server_lib.cc163 gpr_allocation_functions alloc_fns; in VerbsServerRegistrar() local
164 alloc_fns.malloc_fn = port::Malloc; in VerbsServerRegistrar()
165 alloc_fns.realloc_fn = port::Realloc; in VerbsServerRegistrar()
166 alloc_fns.free_fn = port::Free; in VerbsServerRegistrar()
167 gpr_set_allocation_functions(alloc_fns); in VerbsServerRegistrar()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc477 gpr_allocation_functions alloc_fns; in GrpcServerRegistrar() local
478 memset(&alloc_fns, 0, sizeof(alloc_fns)); in GrpcServerRegistrar()
479 alloc_fns.malloc_fn = port::Malloc; in GrpcServerRegistrar()
480 alloc_fns.realloc_fn = port::Realloc; in GrpcServerRegistrar()
481 alloc_fns.free_fn = port::Free; in GrpcServerRegistrar()
482 gpr_set_allocation_functions(alloc_fns); in GrpcServerRegistrar()