Home
last modified time | relevance | path

Searched defs:attr_val (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/ir/importexport/
Dconvert_attributes.cc170 AttrValue attr_val; in ConvertAttribute() local
174 AttrValue attr_val; in ConvertAttribute() local
178 AttrValue attr_val; in ConvertAttribute() local
188 AttrValue attr_val; in ConvertAttribute() local
/external/tensorflow/tensorflow/python/framework/
Dpython_api_parameter_converter_test.py145 def testConvertAttribute(self, attr_type, attr_val, expected): argument
193 def testConvertAttributeError(self, attr_type, attr_val, message): argument
/external/tensorflow/tensorflow/core/grappler/utils/
Dcanonicalizer.cc60 AttrValue& attr_val = (*node->mutable_attr())["value"]; in CompressConstants() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcontrol_flow_deps_to_chains.cc221 AttrValue attr_val; in Run() local
288 AttrValue attr_val; in Run() local
Dmkl_layout_pass_test.cc131 T attr_val = T(); in DoMklLayoutOptimizationPassGetAttrVal() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc223 AttrValue attr_val; in ConvertAttribute() local
227 AttrValue attr_val; in ConvertAttribute() local
237 AttrValue attr_val; in ConvertAttribute() local
/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
Droundtrip.cc37 AttrValue& attr_val = named_attr.second; in NormalizeNode() local
/external/squashfs-tools/squashfs-tools/
Dxattr.c159 char *attr_val; in read_selinux_xattr_from_sehnd() local
169 struct vfs_cap_data *attr_val; in set_caps_xattr() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dautotune_buffer_sizes_test.cc179 AttrValue attr_val; in TEST_P() local
Dmake_deterministic_test.cc91 AttrValue* attr_val = &(*orig_map_node_def.mutable_attr())["Targuments"]; in TEST_P() local
/external/tensorflow/tensorflow/c/
Dpython_api.cc32 AttrValue attr_val; in SetAttr() local
/external/pytorch/torch/fx/experimental/
Dmeta_tracer.py203 def getattr(self, attr, attr_val, parameter_proxy_cache): argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_while.cc440 string attr_val; in FunctionalizeLoop() local
Dfunctionalize_cond.cc818 string attr_val; in BuildIfNode() local
Dfunctionalize_control_flow_test.cc223 std::string attr_val; in CheckGraphDef() local
/external/pytorch/torch/fx/
D_symbolic_trace.py551 attr_val, collection_to_search, parameter_proxy_cache argument
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py163 def _get_val_from_proto(attr_type, attr_val): argument