Searched refs:emit_output (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 88 static void emit_output(struct tgsi_transform_context *ctx, in emit_output() function 120 emit_output(ctx, name, index, interp, in insert_output_before() 139 emit_output(ctx, name, index, interp, in insert_output_after() 233 emit_output(ctx, TGSI_SEMANTIC_GENERIC, vsctx->last_generic + 1, in transform_inst()
|
/external/tensorflow/tensorflow/python/ops/ |
D | rnn.py | 1169 (next_finished, next_input, next_state, emit_output, 1175 nest.assert_same_structure(emit_ta, emit_output) 1194 emit_output = _copy_some_through(zero_emit, emit_output) 1198 lambda ta, emit: ta.write(time, emit), emit_ta, emit_output)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_cell_test.py | 2067 emit_output = cell_output # == None for time == 0 2079 return (elements_finished, next_input, next_state, emit_output, None) 2182 emit_output = cell_output # == None for time == 0 2190 return (elements_finished, next_input, next_state, emit_output, 2225 emit_output = cell_output # == None for time == 0 2233 return (elements_finished, next_input, next_state, emit_output, 2261 emit_output = (array_ops.zeros([2, 3], dtype=dtypes.int32), 2265 emit_output = (array_ops.ones([batch_size, 2, 3], dtype=dtypes.int32), 2276 return (elements_finished, next_input, next_state, emit_output, None) 2329 emit_output = cell_output # == None for time == 0 [all …]
|