Searched refs:update_values (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | dynamic_ops_test.cc | 410 Literal update_values = in RunR1() local 426 auto update = ConstantLiteral(&builder, update_values); in RunR1() 441 Literal update_values = in RunR2() local 460 auto update = ConstantLiteral(&builder, update_values); in RunR2() 480 Literal update_values = in RunR3() local 500 auto update = ConstantLiteral(&builder, update_values); in RunR3() 518 Array3D<T> update_values(size, kBatch, kDim); in RunR3Contiguous() local 524 update_values.FillIota(static_cast<T>(value)); in RunR3Contiguous() 538 DumpArray<T>("update", update_values); in RunR3Contiguous() 551 update_values, 1, "update_values", &builder, &update); in RunR3Contiguous()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ra_init.cpp | 594 cc->update_values(); in init_phi_constraints() 688 c->update_values(); in split_packed_ins() 785 c->update_values(); in split_vector_inst() 829 c->update_values(); in split_vector_inst()
|
D | sb_shader.h | 132 void update_values();
|
D | sb_valtable.cpp | 335 void ra_constraint::update_values() { in update_values() function in r600_sb::ra_constraint
|
/external/angle/scripts/ |
D | generate_stats.py | 661 def update_values(service, spreadsheet_id, headers, info): function 699 update_values(service, spreadsheet_id, headers, info)
|
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
D | scatter_nd_ops_test.py | 358 update_values = np.random.rand(num_updates) 361 updates = constant_op.constant(update_values, dtype=dtypes.float64) 364 expected_result[0, 1] = np.sum(update_values)
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testpatch.py | 1902 update_values = list(zip('cdefghijklmnopqrstuvwxyz', range(26))) 1903 patched_values = list(foo.items()) + update_values 1905 with patch.dict(foo, OrderedDict(update_values)): 1910 with patch.dict(foo, update_values):
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_ast_build.c | 775 static __isl_give isl_ast_build *update_values( in update_values() function 859 build = update_values(build, isl_basic_set_copy(bounds)); in isl_ast_build_set_loop_bounds()
|