Home
last modified time | relevance | path

Searched refs:num_batch (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc401 const int num_batch = ctx->input(0).shape().dim_size(0); in ExecuteTrtEngine() local
417 if (num_batch != input_shape.dim_size(0)) { in ExecuteTrtEngine()
418 LOG(ERROR) << "Input data has inconsistent batch size: " << num_batch in ExecuteTrtEngine()
454 trt_shape[0] = num_batch; in ExecuteTrtEngine()
509 auto ret = engine_context->execution_context->enqueue(num_batch, &buffers[0], in ExecuteTrtEngine()
/external/tensorflow/tensorflow/python/keras/layers/
Dlstm_v2_test.py871 num_batch = 10
883 train_samples=(batch * num_batch),