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

  /external/tensorflow/tensorflow/core/common_runtime/
session.cc 38 Status Session::PRunSetup(const std::vector<string>& input_names,
direct_session.cc 834 Status DirectSession::PRunSetup(const std::vector<string>& input_names,
839 TF_RETURN_IF_ERROR(CheckGraphCreated("PRunSetup()"));
841 // RunOptions is not available in PRunSetup, so use thread pool 0.
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session.cc 298 Status GrpcSession::PRunSetup(const std::vector<string>& input_names,
  /external/tensorflow/tensorflow/python/client/
session_ref.cc 270 RUN_WITH_TIMESTAMP(PRunSetup, input_names, output_names, target_nodes,
448 Status SessionRef::PRunSetup(const std::vector<string>& input_names,
452 LOG_AND_RUN_OPERATION(PRunSetup, input_names, output_names, target_nodes,

Completed in 1384 milliseconds