Searched refs:update_values (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | dynamic_ops_test.cc | 409 Literal update_values = in RunR1() local 425 auto update = ConstantLiteral(&builder, update_values); in RunR1() 440 Literal update_values = in RunR2() local 459 auto update = ConstantLiteral(&builder, update_values); in RunR2() 479 Literal update_values = in RunR3() local 499 auto update = ConstantLiteral(&builder, update_values); in RunR3() 517 Array3D<T> update_values(size, kBatch, kDim); in RunR3Contiguous() local 523 update_values.FillIota(static_cast<T>(value)); in RunR3Contiguous() 537 DumpArray<T>("update", update_values); in RunR3Contiguous() 550 update_values, 1, "update_values", &builder, &update); in RunR3Contiguous()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ra_init.cpp | 590 cc->update_values(); in init_phi_constraints() 684 c->update_values(); in split_packed_ins() 781 c->update_values(); in split_vector_inst() 825 c->update_values(); in split_vector_inst()
|
D | sb_shader.h | 132 void update_values();
|
D | sb_valtable.cpp | 298 void ra_constraint::update_values() { in update_values() function in r600_sb::ra_constraint
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | scatter_nd_ops_test.py | 346 update_values = np.random.rand(num_updates) 349 updates = constant_op.constant(update_values, dtype=dtypes.float64) 352 expected_result[0, 1] = np.sum(update_values)
|