Searched refs:set_location (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | debug_options_parsers.h | 66 options->set_location(HloReducePrecisionOptions::OP_INPUTS); in parse_xla_reduce_precision_option() 68 options->set_location(HloReducePrecisionOptions::OP_OUTPUTS); in parse_xla_reduce_precision_option() 70 options->set_location(HloReducePrecisionOptions::UNFUSED_OP_OUTPUTS); in parse_xla_reduce_precision_option() 72 options->set_location(HloReducePrecisionOptions::FUSION_INPUTS_BY_CONTENT); in parse_xla_reduce_precision_option() 74 options->set_location(HloReducePrecisionOptions::FUSION_OUTPUTS_BY_CONTENT); in parse_xla_reduce_precision_option()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser.yy | 416 $$->set_location(@1); 423 $$->set_location(@1); 430 $$->set_location(@1); 437 $$->set_location(@1); 444 $$->set_location(@1); 451 $$->set_location(@1); 458 $$->set_location(@1); 465 $$->set_location(@1); 533 $$->set_location(@1); 539 $$->set_location(@1); [all …]
|
D | ast.h | 93 void set_location(const struct YYLTYPE &locp) in set_location() function 351 set_location(locp); in ast_array_specifier() 378 set_location(locp); in ast_layout_expression() 1243 set_location(locp); in ast_tcs_output_layout() 1261 set_location(locp); in ast_gs_input_layout() 1285 set_location(locp); in ast_cs_input_layout()
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_compat.py | 45 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/ |
D | shelve.py | 192 def set_location(self, key): member in BsdDbShelf 193 (key, value) = self.dict.set_location(key)
|
/external/python/cpython3/Lib/ |
D | shelve.py | 192 def set_location(self, key): member in BsdDbShelf 193 (key, value) = self.dict.set_location(key)
|
/external/python/cpython2/Doc/library/ |
D | bsddb.rst | 129 .. method:: bsddbobject.set_location(key) 186 >>> db.set_location('2')
|
D | shelve.rst | 130 :meth:`previous`, :meth:`last` and :meth:`set_location` which are available in
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reduce_precision_insertion.cc | 272 options.set_location(location); in make_options_proto()
|
/external/libpng/ |
D | pngtest.c | 663 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__.py | 309 def set_location(self, key): member in _DBWithCursor
|
/external/python/cpython2/Lib/test/ |
D | test_bsddb.py | 190 self.assertEqual(self.f.set_location('e'), ('e', self.d['e']))
|
/external/python/cpython3/Doc/library/ |
D | shelve.rst | 137 :meth:`previous`, :meth:`last` and :meth:`set_location` which are available
|