/external/tensorflow/tensorflow/core/graph/ |
D | graph_def_builder.h | 124 const OpRegistryInterface* op_registry() const { in op_registry() function 151 : graph_(op_registry), flib_def_(op_registry), opts_(&graph_, &status_) {} in graph_() argument 159 : graph_(op_registry), flib_def_(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 | 46 const OpRegistryInterface* op_registry, in NodeBuilder()
|
D | graph.h | 688 const OpRegistryInterface* op_registry() const { return &ops_; } in op_registry() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util.cc | 56 const OpRegistryInterface& op_registry, in AddDefaultAttrsToGraphDef() 62 const OpRegistryInterface& op_registry, in AddDefaultAttrsToGraphDef() 167 void StripDefaultAttributes(const OpRegistryInterface& op_registry, in StripDefaultAttributes() 250 const OpRegistryInterface& op_registry, in StrippedOpListForGraph()
|
D | node_properties.cc | 25 NodeDef node_def, const OpRegistryInterface* op_registry, in CreateFromNodeDef()
|
D | node_properties_test.cc | 104 MockOpRegistry op_registry; in TEST() local
|
D | memory_types.cc | 82 Status MemoryTypesForNode(const OpRegistryInterface* op_registry, in MemoryTypesForNode()
|
D | node_def_builder.cc | 41 const OpRegistryInterface* op_registry, in NodeDefBuilder()
|
D | op.cc | 35 Status DefaultValidator(const OpRegistryInterface& op_registry) { in DefaultValidator()
|
D | op_kernel.cc | 1752 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 | 91 const OpRegistryInterface& op_registry) { in IsOutputPortRefValue() 106 const OpRegistryInterface& op_registry) { in CanRemoveNode() 458 OpRegistryInterface* op_registry = OpRegistry::Global(); in Optimize() local
|
D | loop_optimizer.cc | 204 OpRegistryInterface* op_registry = OpRegistry::Global(); in HandleInvariantNode() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | utils.cc | 85 OpRegistry* op_registry = OpRegistry::Global(); in ExtractExtraProperties() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_registry.cc | 190 OpRegistryInterface* op_registry = OpRegistry::Global(); in RegisterCompilationKernels() local
|
D | tf2xla_util.cc | 506 const tf2xla::Config& config, const OpRegistryInterface* op_registry, in AddPlaceholdersForFeeds()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.cc | 701 bool IsStateful(const NodeDef node, const OpRegistryInterface* op_registry) { in IsStateful() 718 const OpRegistryInterface* op_registry) { in IsFreeOfSideEffect()
|
/external/tensorflow/tensorflow/core/transforms/constant_folding/ |
D | pass.cc | 426 tensorflow::OpRegistry *op_registry = tensorflow::OpRegistry::Global(); in IsFreeOfSideEffect() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 227 OpRegistryInterface* op_registry = OpRegistry::Global(); in BuildGraph() local
|