Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_lists.h29 const string& to_remove) { in UpdateList()
51 string to_add, to_remove; in WhiteList() local
106 string to_add, to_remove; in GrayList() local
169 string to_add, to_remove; in BlackList() local
200 string to_add, to_remove; in ClearList() local
/external/adhd/cras/src/server/
Dstream_list.c101 struct cras_rstream *to_remove; in stream_list_rm() local
120 struct cras_rstream *to_remove; in stream_list_rm_all_client_streams() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dstrip_reflect_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrip_reflect_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
/external/curl/tests/unit/
Dunit1300.c61 struct curl_llist_element *to_remove; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrip_reflect_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.cc62 const grpc_channel_args* src, const char** to_remove, in grpc_channel_args_copy_and_remove()
68 static bool should_remove_arg(const grpc_arg* arg, const char** to_remove, in should_remove_arg()
77 const grpc_channel_args* src, const char** to_remove, size_t num_to_remove, in grpc_channel_args_copy_and_add_and_remove()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc66 const char* to_remove[] = {GRPC_ARG_SERVER_URI}; in client_channel_factory_create_channel() local
/external/v8/
Dmerge.py28 to_remove = [f for f in current_files if f in new_files] variable
/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp106 ir_variable *to_remove = entry->rhs_element[i]; in erase() local
145 ir_variable *to_remove = lhs_entry->rhs_element[i]; in write_elements() local
240 remove_from_dsts(ir_variable *var, ir_variable *to_remove) in remove_from_dsts()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h530 Status RemovePrecedingNode(Graph<TensorT>* graph, const Node* to_remove, in RemovePrecedingNode()
555 Status RemoveFollowingNode(Graph<TensorT>* graph, const Node* to_remove, in RemoveFollowingNode()
578 const Node* to_remove) { in RemoveOneInputOneOutputNode()
/external/autotest/server/hosts/
Dgce_host.py76 def _modify_ssh_keys(self, to_add, to_remove): argument
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc179 const char* to_remove[] = {GRPC_ARG_SERVER_URI}; in client_channel_factory_create_channel() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.cc120 Status HloModule::RemoveEmbeddedComputation(HloComputation* to_remove) { in RemoveEmbeddedComputation()
676 std::vector<HloComputation*> to_remove; in RemoveUnusedComputations() local
Dhlo_instruction.cc1809 for (int to_remove : ascending_indices) { in RemoveOperandsAtAscendingIndices() local
/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.cc96 std::vector<string> to_remove; in RemoveNewDefaultAttrsFromNodeDef() local
/external/tensorflow/tensorflow/core/graph/
Dsubgraph.cc91 std::vector<const Edge*> to_remove; in FeedInputs() local
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c170 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_cb() local
Dcso_context.c232 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_hash() local
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.c172 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_cb() local
/external/v8/src/compiler/
Dstore-store-elimination.cc227 ZoneSet<Node*>& to_remove() { return to_remove_; } in to_remove() function in v8::internal::compiler::__anon93a164fb0111::RedundantStoreFinder
/external/jemalloc_new/include/jemalloc/internal/
Dextent_inlines.h364 extent_list_replace(extent_list_t *list, extent_t *to_remove, in extent_list_replace()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc738 absl::flat_hash_set<Predicate*> to_remove; in MakeAndOrImpl() local
/external/webrtc/talk/app/webrtc/
Dpeerconnection_unittest.cc264 auto to_remove = it++; in OnChanged() local
/external/v8/src/compiler/backend/
Dregister-allocator.cc2945 LiveRange* to_remove = range->next(); in MaybeUndoPreviousSplit() local