Home
last modified time | relevance | path

Searched defs:op_registry (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_def_builder.h124 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
Dvalidate.cc32 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()
Dnode_builder.cc46 const OpRegistryInterface* op_registry, in NodeBuilder()
Dgraph.h688 const OpRegistryInterface* op_registry() const { return &ops_; } in op_registry() function
/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.cc56 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()
Dnode_properties.cc25 NodeDef node_def, const OpRegistryInterface* op_registry, in CreateFromNodeDef()
Dnode_properties_test.cc104 MockOpRegistry op_registry; in TEST() local
Dmemory_types.cc82 Status MemoryTypesForNode(const OpRegistryInterface* op_registry, in MemoryTypesForNode()
Dnode_def_builder.cc41 const OpRegistryInterface* op_registry, in NodeDefBuilder()
Dop.cc35 Status DefaultValidator(const OpRegistryInterface& op_registry) { in DefaultValidator()
Dop_kernel.cc1752 Status ValidateKernelRegistrations(const OpRegistryInterface& op_registry) { in ValidateKernelRegistrations()
/external/tensorflow/tensorflow/core/ops/
Dshape_function_test.cc25 OpRegistry* op_registry = OpRegistry::Global(); in TEST() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmodel_pruner.cc91 const OpRegistryInterface& op_registry) { in IsOutputPortRefValue()
106 const OpRegistryInterface& op_registry) { in CanRemoveNode()
458 OpRegistryInterface* op_registry = OpRegistry::Global(); in Optimize() local
Dloop_optimizer.cc204 OpRegistryInterface* op_registry = OpRegistry::Global(); in HandleInvariantNode() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.cc85 OpRegistry* op_registry = OpRegistry::Global(); in ExtractExtraProperties() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc190 OpRegistryInterface* op_registry = OpRegistry::Global(); in RegisterCompilationKernels() local
Dtf2xla_util.cc506 const tf2xla::Config& config, const OpRegistryInterface* op_registry, in AddPlaceholdersForFeeds()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc701 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/
Dpass.cc426 tensorflow::OpRegistry *op_registry = tensorflow::OpRegistry::Global(); in IsFreeOfSideEffect() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc227 OpRegistryInterface* op_registry = OpRegistry::Global(); in BuildGraph() local