HomeSort by relevance Sort by last modified time
    Searched defs:SendSourceFiles (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/debug/lib/
debug_service_pb2_grpc.py 51 self.SendSourceFiles = channel.unary_unary(
52 '/tensorflow.EventListener/SendSourceFiles',
83 def SendSourceFiles(self, request, context):
103 'SendSourceFiles': grpc.unary_unary_rpc_method_handler(
104 servicer.SendSourceFiles,
grpc_debug_server.py 479 def SendSourceFiles(self, request, context):
480 """Base implementation of the handling of SendSourceFiles calls.
grpc_debug_test_server.py 288 def SendSourceFiles(self, request, context):

Completed in 559 milliseconds