HomeSort by relevance Sort by last modified time
    Searched refs:new_filter (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
convolution_group_converter.cc 250 auto new_filter = add(HloInstruction::CreateTernary( local
254 PrimitiveType reduce_type = new_filter->shape().element_type();
262 Shape convert_shape = new_filter->shape();
264 new_filter =
265 add(HloInstruction::CreateConvert(convert_shape, new_filter));
301 reduce_window_shape, new_filter, zero_scalar, window,
376 auto new_filter = add(HloInstruction::CreateTernary( local
381 convolution->shape(), convolution->mutable_operand(0), new_filter,
  /art/runtime/native/
dalvik_system_DexFile.cc 759 CompilerFilter::Filter new_filter = CompilerFilter::GetNonProfileDependentFilterFrom(filter); local
762 if (filter == new_filter) {
767 std::string new_filter_str = CompilerFilter::NameOfFilter(new_filter);
784 CompilerFilter::Filter new_filter = CompilerFilter::GetSafeModeFilterFrom(filter); local
787 if (filter == new_filter) {
792 std::string new_filter_str = CompilerFilter::NameOfFilter(new_filter);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c 845 layering on.. new_filter
856 UINT16 new_filter,
880 if ((old_filter & cfg_flt) != (new_filter & cfg_flt)) {
887 AdapterInfo->Rx_Filter = (UINT8) (new_filter | PXE_OPFLAGS_RECEIVE_FILTER_BROADCAST);
894 if ( ((new_filter & PXE_OPFLAGS_RECEIVE_FILTER_FILTERED_MULTICAST) !=
912 if ((new_filter & PXE_OPFLAGS_RECEIVE_FILTER_FILTERED_MULTICAST) != 0) {
979 if (new_filter != 0) {
983 AdapterInfo->Rx_Filter = (UINT8) (AdapterInfo->Rx_Filter | (new_filter | PXE_OPFLAGS_RECEIVE_FILTER_UNICAST));
    [all...]

Completed in 362 milliseconds