HomeSort by relevance Sort by last modified time
    Searched refs:NonOwnedProtoRunStepResponse (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
master_interface.h 59 new NonOwnedProtoRunStepResponse(response));
message_wrappers.cc 828 NonOwnedProtoRunStepResponse::NonOwnedProtoRunStepResponse(
832 size_t NonOwnedProtoRunStepResponse::num_tensors() const {
836 const string& NonOwnedProtoRunStepResponse::tensor_name(size_t i) const {
840 Status NonOwnedProtoRunStepResponse::TensorValue(size_t i,
849 const RunMetadata& NonOwnedProtoRunStepResponse::metadata() const {
853 Status NonOwnedProtoRunStepResponse::AddTensorFromRunGraphResponse(
861 RunMetadata* NonOwnedProtoRunStepResponse::mutable_metadata() {
865 errors::Code NonOwnedProtoRunStepResponse::status_code() const {
869 const string& NonOwnedProtoRunStepResponse::status_error_message() const
    [all...]
message_wrappers_test.cc 278 NonOwnedProtoRunStepResponse response(&response_proto);
306 NonOwnedProtoRunStepResponse response(&response_proto);
337 NonOwnedProtoRunStepResponse response(&response_proto);
message_wrappers.h 679 class NonOwnedProtoRunStepResponse : public MutableRunStepResponseWrapper {
681 NonOwnedProtoRunStepResponse(RunStepResponse* response);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service.cc 186 new NonOwnedProtoRunStepResponse(&call->response);

Completed in 2736 milliseconds