Home
last modified time | relevance | path

Searched full:freezing (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/pytorch/torch/jit/
H A D_freeze.py2 """Freezing.
19 Freezing a :class:`ScriptModule` will clone it and attempt to inline the cloned
25 Freezing currently only accepts ScriptModules that are in eval mode.
27 Freezing applies generic optimization that will speed up your model regardless of machine.
29 freezing.
41 Example (Freezing a simple module with a Parameter):
63 Example (Freezing a module with preserved attributes)
82 # `modified_tensor` is detected as being mutated in the forward, so freezing preserves
89 Freezing submodule attributes is also supported:
94 `dump_alias_db` on frozen_module.forward.graph to see if freezing has detected the
[all …]
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_cpu_select_algorithm.py145 @inductor_config.patch({"freezing": True})
181 @inductor_config.patch({"freezing": True})
210 @inductor_config.patch({"freezing": True})
237 @inductor_config.patch({"freezing": True})
283 f"inductor_config.freezing is {inductor_config.freezing}, "
329 @inductor_config.patch({"freezing": True})
370 @inductor_config.patch({"freezing": True})
472 @inductor_config.patch({"freezing": True})
543 @inductor_config.patch({"freezing": True})
587 @inductor_config.patch({"freezing": True})
[all …]
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dwin32.html18 <P>The person freezing the program has control over what external DLLs are required by a frozen pro…
28 <H2>Freezing Extension Modules</H2>
37 <H3>Freezing Extension Module Considerations</H3>
38 <P>To prevent freezing extension modules, simply exclude that module using the freeze "-x" switch.<…
40 <H3>Freezing win32com and PythonCOM</H3>
65 <P>Uses win32api. Demonstrates requirement for pywintypes, and difference between freezing extensi…
/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dwin32.html18 <P>The person freezing the program has control over what external DLLs are required by a frozen pro…
28 <H2>Freezing Extension Modules</H2>
37 <H3>Freezing Extension Module Considerations</H3>
38 <P>To prevent freezing extension modules, simply exclude that module using the freeze "-x" switch.<…
40 <H3>Freezing win32com and PythonCOM</H3>
65 <P>Uses win32api. Demonstrates requirement for pywintypes, and difference between freezing extensi…
/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/
H A Dreference_less_video_analysis_lib.h22 // Returns true if the frame is frozen based on psnr and ssim freezing
33 // Prints various freezing metrics like identical frames,
38 // Compute the metrics like freezing score based on PSNR and SSIM values for a
44 // Compute freezing score metrics and prints the metrics
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfreeze_module.cpp63 // Freezing client wants to preserve this submodule. When cleaning in AttributePropagator()
358 "Freezing modules containing prim::ModuleContainerIndex is not supported"); in recordMutableAttrs()
361 // By default if interface attributes are present then fail freezing. in recordMutableAttrs()
407 // This is not a common scenario, for freezing, detect and error out. in recordMutableAttrs()
493 // There's two structures that are relevant to freezing:
516 // This is disallowed in freezing, because in this case we can't flatten out
592 "Freezing does not support SetAttr on an interface type. ", in inlineInterfaceCalls()
635 GRAPH_DEBUG("Freezing Module: ", module_.type()->name()->name()); in propagateAttributes()
746 // Otherwise freezing is applied using module_ in applyToForkSubgraph()
909 "Unexpected interface attribute '" + name + "' during freezing"); in handleSharedClassType()
H A Dfreeze_module.h1 /** \brief This file defines freezing Torchscript module API.
13 * Freezing module is a functionality that allows the JIT to internalize
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/experimental/
H A Dmedia_metric.sql220 -- Find maximum video roughness and freezing events per playback.
243 MAX(EXTRACT_ARG(s.arg_set_id, 'debug.freezing')) AS freezing
278 'freezing', (
279 SELECT RepeatedField(freezing / 1e0)
/aosp_15_r20/external/ltp/testcases/kernel/controllers/freezer/
H A DTODO34 …te_freezing.sh:21: assert_cgroup_freezer_state "FROZEN" "ERROR: writing FREEZING to freezer.state …
43 ./freezer/write_freezing.sh:19: assert_cgroup_freezer_state "THAWED" "ERROR: writing FREEZING to fr…
79 in the freezing state. It might be nice to find a way to guarantee that
80 otherwise we aren't guaranteed to test the ability to cancel freezing.
H A Dwrite_freezing.sh22 # Try to write "FREEZING" into the freezer.state while freezer.state ==
42 "${CG_FILE_WRITE}" "FREEZING" > freezer.state 2>&1 | \
44 …assert_cgroup_freezer_state "THAWED" "ERROR: writing FREEZING to freezer.state should not change f…
H A Dfreeze_write_freezing.sh22 # Freeze the cgroup and then make sure that writing "FREEZING" into
44 "${CG_FILE_WRITE}" "FREEZING" > freezer.state 2>&1 | \
46 …assert_cgroup_freezer_state "FROZEN" "ERROR: writing FREEZING to freezer.state should not change f…
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DFontFamily.java69 // Points native font family builder. Must be zero after freezing this family.
146 throw new IllegalStateException("Unable to call addFont after freezing."); in addFont()
171 throw new IllegalStateException("Unable to call addFontWeightStyle after freezing."); in addFontFromBuffer()
201 throw new IllegalStateException("Unable to call addFontFromAsset after freezing."); in addFontFromAssetManager()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dfreezing.py80 …le_inputs (List[torch.Tensor]): A list of example input tensors to be used in the freezing process.
144 f"Trying to run Pytorch Eager Module after Dynamo Freezing. "
247 This pass is performed before freezing so the added nodes can be constant
248 folded by freezing.
/aosp_15_r20/external/starlark-go/doc/
H A Dimpl.md12 * [Freezing](#freezing)
123 ### Freezing subsection
131 The Go implementation supports freezing by storing an additional
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceFreezer.java37 * This class handles "freezing" of an Animatable. The Animatable in question should implement
40 * The point of this is to enable WindowContainers to each be capable of freezing themselves.
41 * Freezing means taking a snapshot and placing it above everything in the sub-hierarchy.
296 * will be generated (but the rest of the freezing logic will still happen).
/aosp_15_r20/external/autotest/utils/frozen_chromite/utils/
H A Dattrs_freezer.py20 """Metaclass for any class to support freezing attribute values.
43 # Replace cls.__setattr__ with the one that honors freezing.
68 """Alternate mechanism for freezing attributes in a class.
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_module_api.cpp385 TEST(ModuleAPITest, Freezing) { in TEST() argument
396 // Removal of GetAttr is done by freezing in TEST()
417 // Before freezing, we have a GetAttr check in TEST()
421 // Demonstrate that freezing happens when OFI is called in TEST()
422 // Removal of GetAttr is done by freezing, but only when training in TEST()
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSQueuedCallbacksTest.kt91 // Use a parameterized test with / without freezing to make it easy to compare and make sure
92 // freezing behavior (which callbacks are sent in which order) stays close to what happens
93 // without freezing.
162 // Verify callbacks that are sent before freezing in testFrozenWhileNetworkConnects_UpdatesAreReceived()
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_freezing.py515 ) # Freezing detects that self.sub2.sub.a and self.sub1.a are alias
729 # Post-freezing mutating m_s.a does not affect m_f (m_f has its own copy).
781 # Post-freezing tensor attribute mutations affect m_f.
1554 "Freezing modules containing prim::ModuleContainerIndex is not supported",
1571 "Freezing modules containing prim::ModuleContainerIndex is not supported",
1644 RuntimeError, "Freezing does not support SetAttr on an interface type"
1758 RuntimeError, "Freezing does not support SetAttr on an interface type"
1827 RuntimeError, "Freezing does not support SetAttr on an interface type"
1832 RuntimeError, "Freezing does not support SetAttr on an interface type"
1929 # sure freezing would handle this case correctly, so marking as xfail
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/cc/tools/
H A Dfreeze_saved_model_test.cc119 // Test freezing a graph with variables that are not needed by the outputs in TestFreezeGraphWithoutDependentVariables()
167 // Test freezing a graph with variables that are needed by outputs in the in TestFreezeGraphWithDependentVariables()
224 // Test freezing a graph with some variables that are needed and not needed in TestFreezeGraphWithAndWithoutDependentVariables()
344 // Test freezing a graph with no variables. in TEST_F()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dexample_test.go37 freezing := FToC(-18)
38 fmt.Println(freezing, Boiling) }
78 // . . . var freezing temperature.Celsius
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dexample_test.go42 freezing := FToC(-18)
43 fmt.Println(freezing, Boiling) }
83 // . . . var freezing temperature.Celsius
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Defficient_conv_bn_eval.py147 extra_check=lambda match: not inductor_config.freezing
238 extra_check=lambda match: not inductor_config.freezing
333 extra_check=lambda match: not inductor_config.freezing
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dopenbios-sparc32 ... ] LSun4c machines are not supported by OpenBIOS yet, freezing Sun4d machines are not supported by OpenBIOS yet, freezing ...
/aosp_15_r20/prebuilts/android-emulator/trusty-x86_64/share/qemu/
HDopenbios-sparc32 ... ] LSun4c machines are not supported by OpenBIOS yet, freezing Sun4d machines are not supported by OpenBIOS yet, freezing ...

12345678910>>...20