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

  /external/libvpx/libvpx/vpx_dsp/ppc/
intrapred_vsx.c 176 const uint8x16_t v0_1 = vec_splat(d1, 0); local
215 H_PREDICTOR_32(v0_1);
  /external/tensorflow/tensorflow/python/training/
saver_test.py 535 v0_1 = variables.Variable(123.45)
536 save = saver_module.Saver({"v0": v0_1})
552 v0_1 = variables.Variable(123.45)
553 save = saver_module.Saver({"v0": v0_1}, sharded=True, allow_empty=True)
    [all...]

Completed in 5373 milliseconds