Home
last modified time | relevance | path

Searched defs:to_remove (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.cc500 void RemoveAttributes(const std::vector<absl::string_view>& to_remove, in RemoveAttributes()
513 std::vector<absl::string_view> to_remove; in EraseRegularNodeAttributes() local
524 std::vector<absl::string_view> to_remove; in EraseNodeOutputAttributes() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_args.cc357 const grpc_channel_args* src, const char** to_remove, in grpc_channel_args_copy_and_remove()
363 static bool should_remove_arg(const grpc_arg* arg, const char** to_remove, in should_remove_arg()
372 const grpc_channel_args* src, const char** to_remove, size_t num_to_remove, in grpc_channel_args_copy_and_add_and_remove()
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dchannel_args.cc382 const grpc_channel_args* src, const char** to_remove, in grpc_channel_args_copy_and_remove()
388 static bool should_remove_arg(const grpc_arg* arg, const char** to_remove, in should_remove_arg()
397 const grpc_channel_args* src, const char** to_remove, size_t num_to_remove, in grpc_channel_args_copy_and_add_and_remove()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel.cc378 absl::Status RemovePrecedingNode(GraphFloat32* graph, const Node* to_remove, in RemovePrecedingNode()
400 absl::Status RemoveFollowingNode(GraphFloat32* graph, const Node* to_remove, in RemoveFollowingNode()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/tests/
Dclient_tests.rs300 let to_remove = removed_and_committer[0]; in test_remove_proposals() localVariable
781 let to_remove = [0u32, 2, 5, 7, 8, 9, 15]; in weird_tree_scenario() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal.rs115 pub(crate) to_remove: LeafIndex, field
121 pub fn to_remove(&self) -> u32 { in to_remove() method
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrip_nonsemantic_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
Dmodify_maximal_reconvergence.cpp82 std::vector<Instruction*> to_remove; in RemoveMaximalReconvergence() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dstrip_nonsemantic_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
H A Dmodify_maximal_reconvergence.cpp82 std::vector<Instruction*> to_remove; in RemoveMaximalReconvergence() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dstrip_nonsemantic_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
H A Dmodify_maximal_reconvergence.cpp82 std::vector<Instruction*> to_remove; in RemoveMaximalReconvergence() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dremove_copy.cpp33 void test_remove_copy_impl( const Container& c, Value to_remove ) in test_remove_copy_impl()
Dremove.cpp29 void test_remove_impl( const Container& c, Value to_remove ) in test_remove_impl()
Dremove_copy_if.cpp65 void test_remove_copy_if_( const Container& c, int to_remove ) in test_remove_copy_if_()
Dremove_if.cpp60 void test_remove_if_( const Container& c, int to_remove ) in test_remove_if_()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/support/
Dio_vec.rs17 let mut to_remove = 0; in advance() localVariable
/aosp_15_r20/external/erofs-utils/lib/
H A Drolling_hash.h37 u8 to_remove, u8 to_add) in erofs_rolling_hash_advance()
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1300.c62 struct Curl_llist_node *to_remove; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module.cc144 Status HloModule::RemoveEmbeddedComputation(HloComputation* to_remove) { in RemoveEmbeddedComputation()
930 std::vector<HloComputation*> to_remove; in RemoveUnusedComputations() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dauto_mixed_precision_lists.h65 string to_add, to_remove; in UpdateList() local
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dtree_utils.rs122 let to_remove = tree in print_tree_blank_leaves() localVariable
/aosp_15_r20/art/compiler/optimizing/
H A Dgvn_test.cc36 HInstruction* to_remove = in TEST_F() local
/aosp_15_r20/external/autotest/server/hosts/
H A Dgce_host.py75 def _modify_ssh_keys(self, to_add, to_remove): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dlru_cache.h167 Entry* to_remove = static_cast<Entry*>(lru_head.next); in GetOrCreateIfAbsent() local

123