Home
last modified time | relevance | path

Searched defs:arg_def (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/common/
Dargs.h35 typedef struct arg_def { struct
50 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv); argument
/external/libvpx/libvpx/
Dargs.h34 typedef struct arg_def { struct
49 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv); argument
/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph.py196 def _get_num_args(arg_def, node_def): argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dresource_operation_table_test.cc27 bool IsResourceArgDef(const OpDef::ArgDef& arg_def) { in IsResourceArgDef()
Dfunctionalize_while.cc136 NodeDef arg_def; in BuildArgNode() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info_test.cc32 OpDef::ArgDef* arg_def) { in SetArg()
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc92 Type TypeResolver::TypeOf(const OpDef_ArgDef& arg_def, bool* iterable_out) { in TypeOf()
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc54 Status ArgNumType(AttrSlice attrs, const OpDef::ArgDef& arg_def, in ArgNumType()
155 Status BuildInputArgIndex(const OpDef::ArgDef& arg_def, AttrSlice attr_values, in BuildInputArgIndex()
696 for (const OpDef::ArgDef& arg_def : sig.input_arg()) { in InstantiateFunction() local
1597 gtl::ArraySlice<string> arg_def, in Define()
1665 FunctionDef FunctionDefHelper::Define(gtl::ArraySlice<string> arg_def, in Define()
Dnode_def_util.cc347 Status AddArgToSig(const NodeDef& node_def, const OpDef::ArgDef& arg_def, in AddArgToSig()
558 Status ComputeArgRange(const NodeDef& node_def, const OpDef::ArgDef& arg_def, in ComputeArgRange()
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc841 OpDef::ArgDef arg_def; in MakeFunctionDef() local
853 OpDef::ArgDef arg_def; in MakeFunctionDef() local
/external/tensorflow/tensorflow/compiler/jit/
Dresource_operation_safety_analysis_test.cc518 bool IsResourceArgDef(const OpDef::ArgDef& arg_def) { in IsResourceArgDef()
Dextract_outside_compilation_pass.cc860 NodeDef arg_def; in ReplaceKeyPlaceholderWithArgNode() local
Dencapsulate_subgraphs_pass.cc781 NodeDef arg_def; in RecordArg() local