OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VirtualScheduler
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.h
49
// Canonical device name used within
VirtualScheduler
.
209
// NodeState structure from
VirtualScheduler
to get time_ready of ready nodes.
242
// NodeState structure from
VirtualScheduler
to get time_ready of ready nodes.
252
class
VirtualScheduler
{
254
VirtualScheduler
(const GrapplerItem* grappler_item,
virtual_scheduler.cc
272
VirtualScheduler
::
VirtualScheduler
(const GrapplerItem* grappler_item,
286
ReadyNodeManager*
VirtualScheduler
::ReadyNodeManagerFactory(
300
Status
VirtualScheduler
::Init() {
462
void
VirtualScheduler
::MaybeUpdateInputOutput(const NodeDef* node) {
468
// _Send and _Recv ops created from
VirtualScheduler
have kAttrInputSrc
475
// _Send and _Recv ops are created from
VirtualScheduler
, so
511
float
VirtualScheduler
::Round2(const float x) const {
517
bool
VirtualScheduler
::IsPersistentNode(const NodeDef* node) const {
522
string
VirtualScheduler
::DeviceName(const NodeDef* node) const
[
all
...]
Completed in 183 milliseconds