tff.framework.RemoteExecutorGrpcStub

A stub connects to a remote executor service over gRPC.

Inherits From: RemoteExecutorStub

channel An instance of grpc.Channel to use for communication with a remote executor service.

is_ready True if the gRPC connection is ready.

Methods

compute

View source

Dispatches a Compute gRPC.

create_call

View source

Dispatches a CreateCall gRPC.

create_selection

View source

Dispatches a CreateSelection gRPC.

create_struct

View source

Dispatches a CreateStruct gRPC.

create_value

View source

Dispatches a CreateValue gRPC.

dispose

View source

Dispatches a Dispose gRPC.

dispose_executor

View source

Invokes DisposeExecutor in a remote TFF runtime.

get_executor

View source

Dispatches a GetExecutor gRPC.