HomeSort by relevance Sort by last modified time
    Searched refs:update_values (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
dynamic_ops_test.cc 353 Literal update_values = local
369 auto update = builder.ConstantLiteral(update_values);
384 Literal update_values = local
400 auto update = builder.ConstantLiteral(update_values);
415 Literal update_values = local
431 auto update = builder.ConstantLiteral(update_values);
451 Array3D<T> update_values(size, kBatch, kDim);
456 update_values.FillIota(static_cast<T>(value));
472 DumpArray<T>("update", update_values);
485 update_values, 1, "update_values", &builder, &update)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ra_init.cpp 590 cc->update_values();
684 c->update_values();
778 c->update_values();
822 c->update_values();
sb_shader.h 132 void update_values();
sb_valtable.cpp 296 void ra_constraint::update_values() { function in class:r600_sb::ra_constraint
  /external/tensorflow/tensorflow/python/kernel_tests/
scatter_nd_ops_test.py 316 update_values = np.random.rand(num_updates)
319 updates = constant_op.constant(update_values, dtype=dtypes.float64)
322 expected_result[0, 1] = np.sum(update_values)

Completed in 925 milliseconds