Home
last modified time | relevance | path

Searched refs:set_location (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/legacy_flags/
Ddebug_options_parsers.h69 options->set_location(HloReducePrecisionOptions::OP_INPUTS); in parse_xla_reduce_precision_option()
71 options->set_location(HloReducePrecisionOptions::OP_OUTPUTS); in parse_xla_reduce_precision_option()
73 options->set_location(HloReducePrecisionOptions::UNFUSED_OP_OUTPUTS); in parse_xla_reduce_precision_option()
75 options->set_location(HloReducePrecisionOptions::FUSION_INPUTS_BY_CONTENT); in parse_xla_reduce_precision_option()
77 options->set_location(HloReducePrecisionOptions::FUSION_OUTPUTS_BY_CONTENT); in parse_xla_reduce_precision_option()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy437 $$->set_location(@1);
444 $$->set_location(@1);
451 $$->set_location(@1);
458 $$->set_location(@1);
465 $$->set_location(@1);
472 $$->set_location(@1);
540 $$->set_location(@1);
546 $$->set_location(@1);
563 $$->set_location(@1);
569 $$->set_location(@1);
[all …]
Dast.h93 void set_location(const struct YYLTYPE &locp) in set_location() function
347 set_location(locp); in ast_array_specifier()
374 set_location(locp); in ast_layout_expression()
1210 set_location(locp); in ast_tcs_output_layout()
1228 set_location(locp); in ast_gs_input_layout()
1252 set_location(locp); in ast_cs_input_layout()
/external/python/cpython2/Lib/bsddb/test/
Dtest_compat.py45 rv = f.set_location(3)
109 start = f.set_location(f.first()[0])
127 e = f.set_location('e')
132 e = f.set_location('e')
/external/python/cpython2/Lib/
Dshelve.py192 def set_location(self, key): member in BsdDbShelf
193 (key, value) = self.dict.set_location(key)
/external/python/cpython3/Lib/
Dshelve.py192 def set_location(self, key): member in BsdDbShelf
193 (key, value) = self.dict.set_location(key)
/external/python/cpython2/Doc/library/
Dbsddb.rst129 .. method:: bsddbobject.set_location(key)
186 >>> db.set_location('2')
Dshelve.rst130 :meth:`previous`, :meth:`last` and :meth:`set_location` which are available in
/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion.cc272 options.set_location(location); in make_options_proto()
/external/libpng/
Dpngtest.c663 set_location(png_structp png_ptr, struct user_chunk_data *data, int what) in set_location() function
723 if (set_location(png_ptr, my_user_chunk_data, have_sTER) != 0) in read_user_chunk_callback()
742 if (set_location(png_ptr, my_user_chunk_data, have_vpAg) == 0) in read_user_chunk_callback()
/external/python/cpython2/Lib/bsddb/
D__init__.py309 def set_location(self, key): member in _DBWithCursor
/external/python/cpython2/Lib/test/
Dtest_bsddb.py190 self.assertEqual(self.f.set_location('e'), ('e', self.d['e']))
/external/python/cpython3/Doc/library/
Dshelve.rst137 :meth:`previous`, :meth:`last` and :meth:`set_location` which are available