MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / size

Method size

tensorflow/core/kernels/batch_kernels.cc:298–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 AsyncOpKernel::DoneCallback done_callback;
297
298 size_t size() const override { return inputs[0].shape().dim_size(0); }
299 };
300
301 using Batcher = serving::SharedBatchScheduler<BatchTask>;

Callers 11

ConcatFunction · 0.45
SplitEasyCasesFunction · 0.45
RegisterInputMethod · 0.45
ValidateBatchMethod · 0.45
ConcatInputTensorsMethod · 0.45
SplitOutputTensorsMethod · 0.45
ProcessBatchMethod · 0.45
EmitIndexTensorMethod · 0.45
ComputeMethod · 0.45

Calls 2

dim_sizeMethod · 0.45
shapeMethod · 0.45

Tested by

no test coverage detected