Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dbinary_ops.cc65 const std::vector<string>& implicit_batch_not_supported_ops = {}, in ValidateImpl() argument
82 if ((convertToBool_ = find_name(op, implicit_batch_not_supported_ops))) {
173 const std::vector<string> implicit_batch_not_supported_ops { in Validate() local
178 return ValidateImpl(*params_, implicit_batch_not_supported_ops); in Validate()