Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.h32 class EndpointSpec {
40 EndpointSpec(const string& package, const string& name, in EndpointSpec() function
146 const std::vector<EndpointSpec> endpoints() const { return endpoints_; } in endpoints()
169 std::vector<EndpointSpec> endpoints_;
Dop_generator.cc413 inline Type ClassOf(const EndpointSpec& endpoint, const string& base_package) { in ClassOf()
419 void GenerateOp(const OpSpec& op, const EndpointSpec& endpoint, in GenerateOp()
552 for (const EndpointSpec& endpoint : op.endpoints()) { in Run()
Dop_specs.cc335 EndpointSpec CreateEndpoint(const OpDef& op_def, const ApiDef& api_def, in CreateEndpoint()
347 return EndpointSpec(package, name, in CreateEndpoint()