OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_subscribe
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/framework/
subscribe.py
211
def
_subscribe
(tensor, side_effects, control_cache):
function
286
This is a thin wrapper around `
_subscribe
` and ensures that the side effect
301
return
_subscribe
(tensor, side_effects, control_cache)
/external/grpc-grpc/src/python/grpcio/grpc/
_channel.py
861
def
_subscribe
(state, callback, try_to_connect):
function
[
all
...]
Completed in 579 milliseconds