bool NeoDLRLayer::isOutputBroadcastAcrossBatch()

in lab1/deepstream_plugin/neodlr_plugin.cc [151:154]


bool NeoDLRLayer::isOutputBroadcastAcrossBatch(int outputIndex, const bool* inputIsBroadcasted,
                                               int nbInputs) const noexcept {
  return false;
}