Searched refs:max_time (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 2370 * If time-major: [max_time, batch_size, input_size] 2371 * If batch-major: [batch_size, max_time, input_size] 2372 * where "max_time" is the number of timesteps (sequence length), 2458 * A 3-D tensor of shape [max_time, batch_size, input_size], where “batch_size” 2537 * [max_time, batch_size, fw_output_size] 2539 * [max_time, batch_size, fw_output_size + bw_output_size] 2541 * [batch_size, max_time, fw_output_size] 2543 * [batch_size, max_time, fw_output_size + bw_output_size] 2546 * If time-major: [max_time, batch_size, bw_output_size] 2547 * If batch-major: [batch_size, max_time, bw_output_size] [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 2463 * If time-major: [max_time, batch_size, input_size] 2464 * If batch-major: [batch_size, max_time, input_size] 2465 * where "max_time" is the number of timesteps (sequence length), 2551 * A 3-D tensor of shape [max_time, batch_size, aux_input_size], 2639 * [max_time, batch_size, fw_output_size] 2641 * [max_time, batch_size, fw_output_size + bw_output_size] 2643 * [batch_size, max_time, fw_output_size] 2645 * [batch_size, max_time, fw_output_size + bw_output_size] 2648 * If time-major: [max_time, batch_size, bw_output_size] 2649 * If batch-major: [batch_size, max_time, bw_output_size] [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 991 double max_time = data->stats_max.stats[s] / data->time_dividor; in compute_swapchain_display() local 994 NULL, min_time, max_time, in compute_swapchain_display() 998 min_time, max_time); in compute_swapchain_display()
|