Searched defs:op_registry (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | validate.cc | 30 const OpRegistryInterface& op_registry) { in ValidateGraphDef() 45 const GraphDef& graph_def, const OpRegistryInterface& op_registry) { in ValidateGraphDefAgainstOpRegistry() 57 void GetOpListForValidation(OpList* op_list, const OpRegistry& op_registry) { in GetOpListForValidation()
|
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 | node_builder.cc | 39 const OpRegistryInterface* op_registry) in NodeBuilder()
|
D | graph.h | 542 const OpRegistryInterface* op_registry() const { return &ops_; } in op_registry() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util.cc | 54 const OpRegistryInterface& op_registry, in AddDefaultAttrsToGraphDef() 201 const OpRegistryInterface& op_registry, in StrippedOpListForGraph()
|
D | memory_types.cc | 70 Status MemoryTypesForNode(const OpRegistryInterface* op_registry, in MemoryTypesForNode()
|
D | node_def_builder.cc | 40 const OpRegistryInterface* op_registry) { in NodeDefBuilder()
|
D | op_kernel.cc | 1190 Status ValidateKernelRegistrations(const OpRegistryInterface& op_registry) { in ValidateKernelRegistrations()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | graph_rewriter.cc | 32 OpRegistryInterface* op_registry = OpRegistry::Global(); in GraphRewriter() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util.cc | 98 const tf2xla::Config& config, const OpRegistryInterface* op_registry, in AddPlaceholdersForFeeds()
|
D | xla_op_registry.cc | 159 OpRegistryInterface* op_registry = OpRegistry::Global(); in RegisterCompilationKernels() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | utils.cc | 86 OpRegistry* op_registry = OpRegistry::Global(); in ExtractExtraProperties() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 188 OpRegistryInterface* op_registry = OpRegistry::Global(); in BuildGraph() local
|