/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util.h | 56 const OpRegistryInterface& op_registry, 62 const OpRegistryInterface& op_registry, 96 GraphDef* graph_def, const OpRegistryInterface& consumer_op_registry, 97 const OpRegistryInterface& producer_op_registry, 116 const OpRegistryInterface& op_registry,
|
D | graph_def_util.cc | 55 const OpRegistryInterface& op_registry, in AddDefaultAttrsToGraphDef() 61 const OpRegistryInterface& op_registry, in AddDefaultAttrsToGraphDef() 85 NodeDef* node_def, const OpRegistryInterface& consumer_op_registry, in RemoveNewDefaultAttrsFromNodeDef() 86 const OpRegistryInterface& producer_op_registry, in RemoveNewDefaultAttrsFromNodeDef() 137 GraphDef* graph_def, const OpRegistryInterface& consumer_op_registry, in RemoveNewDefaultAttrsFromGraphDef() 138 const OpRegistryInterface& producer_op_registry, in RemoveNewDefaultAttrsFromGraphDef() 212 const OpRegistryInterface& op_registry, in StrippedOpListForGraph()
|
D | op.h | 41 class OpRegistryInterface { 43 virtual ~OpRegistryInterface(); 65 class OpRegistry : public OpRegistryInterface { 167 class OpListOpRegistry : public OpRegistryInterface {
|
D | op.cc | 35 OpRegistryInterface::~OpRegistryInterface() {} in ~OpRegistryInterface() 37 Status OpRegistryInterface::LookUpOpDef(const string& op_type_name, in LookUpOpDef()
|
D | memory_types.h | 31 Status MemoryTypesForNode(const OpRegistryInterface* op_registry,
|
D | function.h | 312 class FunctionLibraryDefinition : public OpRegistryInterface { 316 FunctionLibraryDefinition(const OpRegistryInterface* default_registry, 433 const OpRegistryInterface* default_registry() const { in default_registry() 465 const OpRegistryInterface* const default_registry_;
|
D | memory_types.cc | 75 Status MemoryTypesForNode(const OpRegistryInterface* op_registry, in MemoryTypesForNode()
|
D | node_def_builder.h | 67 const OpRegistryInterface* op_registry = OpRegistry::Global(),
|
D | node_def_builder.cc | 41 const OpRegistryInterface* op_registry, in NodeDefBuilder()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | eval_const_tensor.h | 26 class OpRegistryInterface; variable 58 const OpRegistryInterface& ops, int32 graph_def_version, bool* evaluated,
|
D | shape_refiner.h | 91 ShapeRefiner(int graph_def_version, const OpRegistryInterface* ops); 94 ShapeRefiner(const VersionDef& versions, const OpRegistryInterface* ops); 264 const OpRegistryInterface* const ops_registry_;
|
D | shape_refiner.cc | 43 const OpRegistryInterface* ops) in ShapeRefiner() 49 const OpRegistryInterface* ops) in ShapeRefiner()
|
D | eval_const_tensor.cc | 309 const OpRegistryInterface& ops, in EvaluateConstantTensor()
|
/external/tensorflow/tensorflow/core/graph/ |
D | validate.h | 35 const OpRegistryInterface& op_registry); 41 const GraphDef& graph_def, const OpRegistryInterface& op_registry);
|
D | graph_def_builder.h | 120 const OpRegistryInterface* op_registry() const { in op_registry() 146 const OpRegistryInterface* op_registry = OpRegistry::Global()) 154 const OpRegistryInterface* op_registry = OpRegistry::Global())
|
D | validate.cc | 32 const OpRegistryInterface& op_registry) { in ValidateGraphDef() 47 const GraphDef& graph_def, const OpRegistryInterface& op_registry) { in ValidateGraphDefAgainstOpRegistry()
|
D | node_builder.h | 80 const OpRegistryInterface* op_registry = OpRegistry::Global(),
|
D | node_builder.cc | 41 const OpRegistryInterface* op_registry, in NodeBuilder()
|
D | graph.h | 456 explicit Graph(const OpRegistryInterface* ops); 607 const OpRegistryInterface* op_registry() const { return &ops_; } in op_registry()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_env.h | 34 class OpRegistryInterface; variable 69 const OpRegistryInterface* ops = nullptr;
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | model_pruner.cc | 82 const OpRegistryInterface& op_registry) { in IsOutputPortRefValue() 97 const OpRegistryInterface& op_registry) { in CanRemoveNode() 455 OpRegistryInterface* op_registry = OpRegistry::Global(); in Optimize()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.h | 202 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry); 206 const OpRegistryInterface* op_registry);
|
D | op_types.cc | 604 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() 621 const OpRegistryInterface* op_registry) { in IsFreeOfSideEffect()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util.h | 41 const tf2xla::Config& config, const OpRegistryInterface* op_registry,
|
D | xla_op_registry.cc | 179 OpRegistryInterface* op_registry = OpRegistry::Global(); in RegisterCompilationKernels()
|