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

Method RunCallable

tensorflow/core/common_runtime/direct_session.cc:2528–2533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2526};
2527
2528::tensorflow::Status DirectSession::RunCallable(
2529 CallableHandle handle, const std::vector<Tensor>& feed_tensors,
2530 std::vector<Tensor>* fetch_tensors, RunMetadata* run_metadata) {
2531 return RunCallable(handle, feed_tensors, fetch_tensors, run_metadata,
2532 thread::ThreadPoolOptions());
2533}
2534
2535::tensorflow::Status DirectSession::RunCallable(
2536 CallableHandle handle, const std::vector<Tensor>& feed_tensors,

Callers 6

TEST_FFunction · 0.45
TESTFunction · 0.45
FeedFetchBenchmarkHelperFunction · 0.45
CaptureCudaGraphMethod · 0.45
RunTFGraphMethod · 0.45

Calls 13

InvalidArgumentFunction · 0.85
RecordGraphInputTensorsFunction · 0.85
IsEnabledFunction · 0.85
RunInternalFunction · 0.85
RecordGraphOutputTensorsFunction · 0.85
ThreadPoolOptionsClass · 0.50
IncrementByMethod · 0.45
GetCellMethod · 0.45
sizeMethod · 0.45
resizeMethod · 0.45
emptyMethod · 0.45
AllocatedBytesMethod · 0.45

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
FeedFetchBenchmarkHelperFunction · 0.36