Searched defs:op_registry (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_def_builder.h | 120 const OpRegistryInterface* op_registry() const { in op_registry() function 147 : graph_(op_registry), opts_(&graph_, &status_) {} in graph_() argument 155 : graph_(op_registry), opts_(&graph_, nullptr) {} in graph_() argument
|
D | validate.cc | 32 const OpRegistryInterface& op_registry) { in ValidateGraphDef() 47 const GraphDef& graph_def, const OpRegistryInterface& op_registry) { in ValidateGraphDefAgainstOpRegistry() 59 void GetOpListForValidation(OpList* op_list, const OpRegistry& op_registry) { in GetOpListForValidation()
|
D | node_builder.cc | 41 const OpRegistryInterface* op_registry, in NodeBuilder()
|
D | graph.h | 607 const OpRegistryInterface* op_registry() const { return &ops_; } in op_registry() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util.cc | 55 const OpRegistryInterface& op_registry, in AddDefaultAttrsToGraphDef() 61 const OpRegistryInterface& op_registry, in AddDefaultAttrsToGraphDef() 212 const OpRegistryInterface& op_registry, in StrippedOpListForGraph()
|
D | memory_types.cc | 75 Status MemoryTypesForNode(const OpRegistryInterface* op_registry, in MemoryTypesForNode()
|
D | node_def_builder.cc | 41 const OpRegistryInterface* op_registry, in NodeDefBuilder()
|
D | op_kernel.cc | 1348 Status ValidateKernelRegistrations(const OpRegistryInterface& op_registry) { in ValidateKernelRegistrations()
|
/external/tensorflow/tensorflow/core/ops/ |
D | shape_function_test.cc | 25 OpRegistry* op_registry = OpRegistry::Global(); in TEST() local
|
/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() local
|
D | loop_optimizer.cc | 206 OpRegistryInterface* op_registry = OpRegistry::Global(); in HandleInvariantNode() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | utils.cc | 83 OpRegistry* op_registry = OpRegistry::Global(); in ExtractExtraProperties() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_registry.cc | 179 OpRegistryInterface* op_registry = OpRegistry::Global(); in RegisterCompilationKernels() local
|
D | tf2xla_util.cc | 333 const tf2xla::Config& config, const OpRegistryInterface* op_registry, in AddPlaceholdersForFeeds()
|
/external/tensorflow/tensorflow/core/grappler/ |
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/tests/ |
D | randomized_tests.cc | 209 OpRegistryInterface* op_registry = OpRegistry::Global(); in BuildGraph() local
|