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

  /external/ltp/testcases/kernel/syscalls/clock_nanosleep/
clock_nanosleep02.c 28 int sample_fn(int clk_id, long long usec) function
48 .sample = sample_fn,
  /external/ltp/testcases/kernel/syscalls/nanosleep/
nanosleep01.c 31 int sample_fn(int clk_id, long long usec) function
51 .sample = sample_fn,
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait05.c 29 int sample_fn(int clk_id, long long usec) function
56 .sample = sample_fn,
  /external/ltp/testcases/kernel/syscalls/poll/
poll02.c 31 int sample_fn(int clk_id, long long usec) function
68 .sample = sample_fn,
  /external/ltp/testcases/kernel/syscalls/pselect/
pselect01.c 24 int sample_fn(int clk_id, long long usec) function
48 .sample = sample_fn,
  /external/ltp/testcases/kernel/syscalls/epoll_wait/
epoll_wait02.c 35 int sample_fn(int clk_id, long long usec) function
81 .sample = sample_fn,
  /external/ltp/testcases/kernel/syscalls/select/
select04.c 32 static int sample_fn(int clk_id, long long usec) function
70 .sample = sample_fn,
  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
basic_decoder_test.py 520 sample_fn = lambda x: categorical.Categorical(logits=x).sample()
532 sample_fn, sample_shape=(), sample_dtype=dtypes.int32,
601 sample_fn = (
613 sample_fn, sample_shape=[cell_depth], sample_dtype=dtypes.bool,
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
helper.py 110 def __init__(self, initialize_fn, sample_fn, next_inputs_fn,
117 sample_fn: callable that takes `(time, outputs, state)`
127 self._sample_fn = sample_fn
547 del time, state # unused by sample_fn
603 del time, state # unused by sample_fn
622 def __init__(self, sample_fn, sample_shape, sample_dtype,
627 sample_fn: A callable that takes `outputs` and emits tensor `sample_ids`.
629 the shape of the each sample in the batch returned by `sample_fn`.
630 sample_dtype: the dtype of the sample returned by `sample_fn`.
638 self._sample_fn = sample_fn
    [all...]

Completed in 951 milliseconds