MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Function

Method Function

tensorflow/core/util/rpc/rpc_factory_registry_test.cc:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22struct Value {
23 static RPCFactory* Function(OpKernelConstruction* ctx, bool fail_fast,
24 int64 timeout_in_ms) {
25 return nullptr;
26 }
27};
28
29REGISTER_RPC_FACTORY("TEST FACTORY 1", Value::Function);

Callers 5

index_ofMethod · 0.45
_wrap_unconditional_lossFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected