Home
last modified time | relevance | path

Searched refs:update_values (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Ddynamic_ops_test.cc410 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/
Dsb_ra_init.cpp594 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()
Dsb_shader.h132 void update_values();
Dsb_valtable.cpp335 void ra_constraint::update_values() { in update_values() function in r600_sb::ra_constraint
/external/angle/scripts/
Dgenerate_stats.py661 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/
Dscatter_nd_ops_test.py358 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/
Dtestpatch.py1902 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/
Disl_ast_build.c775 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()