Home
last modified time | relevance | path

Searched refs:endpoint_def (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc336 const ApiDef_Endpoint& endpoint_def) { in CreateEndpoint() argument
337 std::vector<string> name_tokens = str_util::Split(endpoint_def.name(), "."); in CreateEndpoint()
385 for (const auto& endpoint_def : api_def.endpoint()) { in Create() local
386 op.endpoints_.push_back(CreateEndpoint(op_def, api_def, endpoint_def)); in Create()