Home
last modified time | relevance | path

Searched +defs:select +defs:window (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddynamic_padder.cc79 HloComputation* select = inst->called_computations()[0]; in ChooseIdentityValue() local
967 Window window = custom_call_conv->window(); in RewriteDynamicConvolutionInputGrad() local
1036 Window window = custom_call_conv->window(); in RewriteDynamicConvolutionForward() local
1097 Window window = custom_call_conv->window(); in RewriteDynamicConvolutionKernelGrad() local
1184 Window window = hlo->window(); in RewriteDynamicReduceWindowSamePadding() local
1227 Window window = hlo->window(); in RewriteDynamicSelectAndScatterSamePadding() local
1497 HloInstruction* select = in RewriteDynamicBinaryOp() local
H A Dhlo_instructions.h1600 const Window& window() const override { return window_; } in window() function
1601 void set_window(const Window& window) override { window_ = window; } in set_window()
1675 const Window& window() const override { return window_; } in window() function
1676 void set_window(const Window& window) override { window_ = window; } in set_window()
1746 const Window& window() const override { return window_; } in window() function
1747 void set_window(const Window& window) override { window_ = window; } in set_window()
1750 HloComputation* select() const { in select() function
1824 const Window& window() const override { in window() function
1829 void set_window(const Window& window) override { in set_window()
H A Dhlo_creation_utils.cc119 int64_t batch_group_count, const Window& window, in MakeConvolveHlo()
512 HloInstruction* select = in MakeSelectHlo() local
H A Dhlo_instruction.cc1173 const Window& window, const ConvolutionDimensionNumbers& dimension_numbers, in CreateConvolve()
1609 const Window& window, HloComputation* reduce_computation) { in CreateReduceWindow()
1616 absl::Span<HloInstruction* const> init_values, const Window& window, in CreateReduceWindow()
1653 const Shape& shape, HloInstruction* operand, HloComputation* select, in CreateSelectAndScatter()
1654 const Window& window, HloInstruction* source, HloInstruction* init_value, in CreateSelectAndScatter()
4769 HloComputation* HloInstruction::select() const { in select() function in xla::HloInstruction
H A Dhlo_parser.cc1950 optional<Window> window; in CreateInstruction() local
1983 optional<Window> window; in CreateInstruction() local
2238 optional<HloComputation*> select; in CreateInstruction() local
2242 optional<Window> window; in CreateInstruction() local
2584 optional<Window> window; in CreateInstruction() local
4553 bool HloParserImpl::ParseWindow(Window* window, bool expect_outer_curlies) { in ParseWindow()
5838 Window window; in ParseWindowOnly() local
H A Dhlo_instructions.cc2434 const Window& window, const ConvolutionDimensionNumbers& dimension_numbers, in HloConvolutionInstruction()
2531 const Window& window, HloComputation* reduce_computation) in HloReduceWindowInstruction()
2538 absl::Span<HloInstruction* const> init_values, const Window& window, in HloReduceWindowInstruction()
2590 const Shape& shape, HloInstruction* operand, HloComputation* select, in HloSelectAndScatterInstruction()
2591 const Window& window, HloInstruction* source, HloInstruction* init_value, in HloSelectAndScatterInstruction()
H A Dalgebraic_simplifier.cc5684 const Window& window = reduce_window->window(); in HandleReduceWindow() local
5937 Status AlgebraicSimplifierVisitor::HandleSelect(HloInstruction* select) { in HandleSelect()
6284 const auto& window = convolution->window(); in FoldConvInputPad() local
6546 const auto& window = convolution->window(); in SimplifyConvToDot() local
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java77 final Frame window = new Frame("Number Spellout Demo"); in createDemoFrame() local
591 public void select(int start, int end) { in select() method in DemoTextFieldHolder
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
DStandard_Suite.py129 def select(self, _object=None, _attributes={}, **_arguments): member in Standard_Suite_Events
232 class window(aetools.ComponentItem): class
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DStandard_Suite.py425 def select(self, _object, _attributes={}, **_arguments): member in Standard_Suite_Events
527 class window(aetools.ComponentItem): class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc1683 const Shape& shape, XlaOp lhs, XlaOp rhs, const Window& window, in ConvGeneralDilatedInternal()
1972 const Literal* literal, std::optional<Window> window, in CustomCall()
2020 const Literal* literal, std::optional<Window> window, in CustomCallInternal()
2785 const XlaComputation& computation, Window window) { in ReduceWindowInternal()
3256 XlaOp XlaBuilder::SelectAndScatter(XlaOp operand, const XlaComputation& select, in SelectAndScatter()
3302 XlaOp operand, const XlaComputation& select, in SelectAndScatterInternal()
3332 XlaOp operand, const XlaComputation& select, in SelectAndScatterWithGeneralPadding()
4471 const Literal* literal, Window window, ConvolutionDimensionNumbers dnums, in CustomCallWithConvDnums()
4722 XlaOp SelectAndScatter(const XlaOp operand, const XlaComputation& select, in SelectAndScatter()
4733 const XlaOp operand, const XlaComputation& select, in SelectAndScatterWithGeneralPadding()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java170 Window window = activity.getWindow(); in WindowDecorActionBar() local
1251 public void select() { in select() method in WindowDecorActionBar.TabImpl
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc228 const HloSharding& sharding, const Window& window) { in GetShardingReplicatedOnWindowedDimension()
651 PartitionedHlo::ReshardAsWindowedInput(const Window& window, in ReshardAsWindowedInput()
2395 Window window; in HandleSlice() local
2711 Window window; in HandleReshape() local
2765 Window window; in HandleReshape() local
3384 Window window; in HandlePad() local
3975 auto select = hlo->called_computations()[0]; in HandleSelectAndScatter() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/AvatarPicker/AvatarProviderLib/android_common/repackaged-jarjar/kotlinc/
DAvatarProviderLib.jar ... public final void invoke () android.view.Window window public volatile synthetic java.lang.Object invoke ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/AvatarPicker/AvatarProviderLib/android_common/kotlin/
DAvatarProviderLib.jar ... final synthetic kotlin.jvm.functions.Function0 $select void <init> (kotlin.jvm.functions ...
/aosp_15_r20/external/python/cpython2/Lib/
Dpydoc.py2146 def __init__(self, window, port=7464): argument
2279 def select(self, event=None): member in gui.GUI
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc396 Status IrEmitter::HandleSelect(HloInstruction* select) { in HandleSelect()
692 const Window& window = select_and_scatter->window(); in HandleSelectAndScatter() local
972 const Window& window = convolution->window(); in HandleConvolution() local
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
D__init__.py737 def wait_window(self, window=None): argument
745 def wait_visibility(self, window=None): argument
2081 def wm_forget(self, window): # new in Tk 8.5 argument
3078 def select(self): member in Checkbutton
3504 def select(self): member in Radiobutton
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
H A Djquery.js40 } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { argument
530 ( function( window ) { argument
4127 window.setTimeout( jQuery.ready ); field
8518 select: { property
10242 window[ callbackName ] = function() { function
10865 window.jQuery = window.$ = jQuery; field
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
H A Djquery.js40 } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { argument
530 ( function( window ) { argument
4127 window.setTimeout( jQuery.ready ); field
8518 select: { property
10242 window[ callbackName ] = function() { function
10865 window.jQuery = window.$ = jQuery; field
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
H A Djquery-3.5.1.js40 } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { argument
530 ( function( window ) { argument
4127 window.setTimeout( jQuery.ready ); field
8518 select: { property
10242 window[ callbackName ] = function() { function
10865 window.jQuery = window.$ = jQuery; field
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
H A Djquery-3.5.1.js40 } )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { argument
530 ( function( window ) { argument
4127 window.setTimeout( jQuery.ready ); field
8518 select: { property
10242 window[ callbackName ] = function() { function
10865 window.jQuery = window.$ = jQuery; field
/aosp_15_r20/out/target/common/obj/APPS/MusicFX_intermediates/
Dclasses.jar ... -INF/tracing_release.kotlin_module META-INF/window-core.kotlin_module META-INF/window- ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/MusicFX/MusicFX/android_common/withres/
DMusicFX.jar ... -INF/tracing_release.kotlin_module META-INF/window-core.kotlin_module META-INF/window- ...
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DTkinter.py498 def wait_window(self, window=None): argument
505 def wait_visibility(self, window=None): argument
2492 def select(self): member in Checkbutton
2853 def select(self): member in Radiobutton

12345678910>>...29