/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util.h | 58 const OpRegistryInterface& op_registry, 64 const OpRegistryInterface& op_registry, 98 GraphDef* graph_def, const OpRegistryInterface& consumer_op_registry, 99 const OpRegistryInterface& producer_op_registry, 111 void StripDefaultAttributes(const OpRegistryInterface& op_registry, 130 const OpRegistryInterface& op_registry,
|
D | graph_def_util.cc | 56 const OpRegistryInterface& op_registry, in AddDefaultAttrsToGraphDef() 62 const OpRegistryInterface& op_registry, in AddDefaultAttrsToGraphDef() 86 NodeDef* node_def, const OpRegistryInterface& consumer_op_registry, in RemoveNewDefaultAttrsFromNodeDef() 87 const OpRegistryInterface& producer_op_registry, in RemoveNewDefaultAttrsFromNodeDef() 138 GraphDef* graph_def, const OpRegistryInterface& consumer_op_registry, in RemoveNewDefaultAttrsFromGraphDef() 139 const OpRegistryInterface& producer_op_registry, in RemoveNewDefaultAttrsFromGraphDef() 167 void StripDefaultAttributes(const OpRegistryInterface& op_registry, in StripDefaultAttributes() 249 const OpRegistryInterface& op_registry, in StrippedOpListForGraph()
|
D | op.h | 41 class OpRegistryInterface { 43 virtual ~OpRegistryInterface(); 66 class OpRegistry : public OpRegistryInterface { 101 std::function<Status(const OpRegistryInterface&)> validator) { in RegisterValidator() 170 std::function<Status(const OpRegistryInterface&)> op_registry_validator_; 178 class OpListOpRegistry : public OpRegistryInterface {
|
D | node_properties.h | 26 class OpRegistryInterface; variable 50 const OpRegistryInterface* op_registry,
|
D | op.cc | 34 Status DefaultValidator(const OpRegistryInterface& op_registry) { in DefaultValidator() 41 OpRegistryInterface::~OpRegistryInterface() {} in ~OpRegistryInterface() 43 Status OpRegistryInterface::LookUpOpDef(const string& op_type_name, in LookUpOpDef()
|
D | memory_types.h | 31 Status MemoryTypesForNode(const OpRegistryInterface* op_registry,
|
D | node_properties.cc | 25 NodeDef node_def, const OpRegistryInterface* op_registry, in CreateFromNodeDef()
|
D | function.h | 366 class FunctionLibraryDefinition : public OpRegistryInterface { 384 FunctionLibraryDefinition(const OpRegistryInterface* default_registry, 501 const OpRegistryInterface* default_registry() const { in default_registry() 584 const OpRegistryInterface* const default_registry_;
|
D | node_properties_test.cc | 31 class MockOpRegistry : public OpRegistryInterface {
|
D | memory_types.cc | 82 Status MemoryTypesForNode(const OpRegistryInterface* op_registry, in MemoryTypesForNode()
|
D | node_def_builder.h | 69 const OpRegistryInterface* op_registry = OpRegistry::Global(),
|
/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 | 505 explicit Graph(const OpRegistryInterface* ops); 658 const OpRegistryInterface* op_registry() const { return &ops_; } in op_registry()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | eval_const_tensor.h | 26 class OpRegistryInterface; variable 61 const OpRegistryInterface& ops, int32 graph_def_version, bool* evaluated,
|
D | shape_refiner.h | 75 ShapeRefiner(int graph_def_version, const OpRegistryInterface* ops); 78 ShapeRefiner(const VersionDef& versions, const OpRegistryInterface* ops); 294 const OpRegistryInterface* const ops_registry_;
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_env.h | 34 class OpRegistryInterface; variable 69 const OpRegistryInterface* ops = nullptr;
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | upgrade_graph.h | 32 GraphDef& gdef, const OpRegistryInterface* default_registry);
|
D | upgrade_graph.cc | 44 GraphDef& gdef, const OpRegistryInterface* default_registry) { in GenerateResourceSharedNameIfEmpty()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | model_pruner.cc | 91 const OpRegistryInterface& op_registry) { in IsOutputPortRefValue() 106 const OpRegistryInterface& op_registry) { in CanRemoveNode() 458 OpRegistryInterface* op_registry = OpRegistry::Global(); in Optimize()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.h | 227 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry); 231 const OpRegistryInterface* op_registry);
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util.h | 42 const tf2xla::Config& config, const OpRegistryInterface* op_registry,
|