Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Ddevice_target.cc116 auto in_spec = input_specs[0].dyn_cast<quant::UniformQuantizedType>(); in DecomposeMultiplyAccumulateScale() local
121 if (!in_spec || !w_spec || !b_spec || !o_spec) return failure(); in DecomposeMultiplyAccumulateScale()
123 double scale_product = in_spec.getScale() * w_spec.getScale(); in DecomposeMultiplyAccumulateScale()
/external/llvm-project/lldb/include/lldb/Utility/
DBroadcaster.h54 bool IsContainedIn(const BroadcastEventSpec &in_spec) const { in IsContainedIn() argument
55 if (m_broadcaster_class != in_spec.GetBroadcasterClass()) in IsContainedIn()
57 uint32_t in_bits = in_spec.GetEventBits(); in IsContainedIn()