/external/tensorflow/tensorflow/core/grappler/ |
D | graph_view.h | 116 return gtl::FindWithDefault(nodes_, node_name, nullptr); in GetNode() 141 return gtl::FindWithDefault(fanouts_, port, fanout_not_found_value_); in GetFanout() 157 gtl::FindWithDefault(max_regular_input_port_, port.node, -1) + 1; in GetFanin() 173 gtl::FindWithDefault(max_regular_input_port_, port.node, -1)) { in GetRegularFanin() 189 gtl::FindWithDefault(max_regular_input_port_, &node, -1) + 1; in HasFanin() 214 gtl::FindWithDefault(max_regular_output_port_, &node, -1); in GetFanouts() 234 : gtl::FindWithDefault(max_regular_input_port_, &node, -1); in GetFanins() 250 return gtl::FindWithDefault(max_regular_input_port_, &node, -1) + 1; in NumFanins() 262 gtl::FindWithDefault(max_regular_output_port_, &node, -1); in NumFanouts() 283 gtl::FindWithDefault(max_regular_output_port_, &node, -1); in GetFanoutEdges() [all …]
|
D | mutable_graph_view.cc | 693 gtl::FindWithDefault(max_regular_output_port(), node, -1); in SwapNodeNames() 1130 gtl::FindWithDefault(max_regular_input_port(), node, -1); in RemoveRegularFaninByPort() 1342 gtl::FindWithDefault(max_regular_input_port(), node, -1); in UpdateRegularFaninByPort() 1383 gtl::FindWithDefault(max_regular_input_port(), node, -1); in SwapRegularFaninsByPorts() 1498 const int max_port = gtl::FindWithDefault(max_regular_output_port(), node, in CheckNodesCanBeDeleted() 1614 gtl::FindWithDefault(max_regular_output_port(), deleted_node, -1); in RemoveFanoutsInternal()
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | map_util_test.cc | 33 EXPECT_EQ("", gtl::FindWithDefault(m, "foo", "")); in TEST() 35 EXPECT_EQ("bar", gtl::FindWithDefault(m, "foo", "")); in TEST()
|
D | map_util.h | 84 const typename Collection::value_type::second_type& FindWithDefault( in FindWithDefault() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module.cc | 140 HloComputation* new_arg = tensorflow::gtl::FindWithDefault( in ReplaceComputations() 148 HloComputation* new_condition = tensorflow::gtl::FindWithDefault( in ReplaceComputations() 153 HloComputation* new_body = tensorflow::gtl::FindWithDefault( in ReplaceComputations() 162 HloComputation* new_computation = tensorflow::gtl::FindWithDefault( in ReplaceComputations() 171 HloComputation* new_select = tensorflow::gtl::FindWithDefault( in ReplaceComputations() 176 HloComputation* new_scatter = tensorflow::gtl::FindWithDefault( in ReplaceComputations() 194 entry_computation_ = tensorflow::gtl::FindWithDefault( in ReplaceComputations()
|
D | hlo_graph_dumper.cc | 508 tensorflow::gtl::FindWithDefault(node_ids_, from_node, -1); in Header() 513 to_node ? tensorflow::gtl::FindWithDefault(node_ids_, to_node, -1) in Header()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op.cc | 67 gtl::FindWithDefault(registry_, op_type_name, nullptr)) { in LookUp() 86 res = gtl::FindWithDefault(registry_, op_type_name, nullptr); in LookUpSlow()
|
D | function_handle_cache.cc | 42 h = gtl::FindWithDefault(handles_, key, kInvalidHandle); in Instantiate()
|
D | function.cc | 1259 return gtl::FindWithDefault(func_grad_, func, ""); in FindGradient() 1263 return gtl::FindWithDefault(func_grad_, func, ""); in FindGradientHelper()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | memory_types.cc | 81 MemoryType sm = gtl::FindWithDefault(out, {e->src()->id(), e->src_output()}, in ProcessMemoryTypes() 83 MemoryType dm = gtl::FindWithDefault(inp, {e->dst()->id(), e->dst_input()}, in ProcessMemoryTypes()
|
D | process_function_library_runtime.cc | 230 return gtl::FindWithDefault(table_, function_key, kInvalidHandle); in GetHandle() 830 gtl::FindWithDefault(table_, function_key, kInvalidHandle); in Instantiate()
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_reader.h | 168 int idx = gtl::FindWithDefault(fname_to_index_, fname, -1); in CopySliceData()
|
D | tensor_slice_writer.h | 109 int index = gtl::FindWithDefault(name_to_index_, name, -1); in Add()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | type_info.cc | 113 FindWithDefault(camel_case_name_table_, camel_case_name, StringPiece()); in FindField()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_database.cc | 176 return FindWithDefault(by_name_, filename, Value()); in FindFile() 192 return FindWithDefault( in FindExtension()
|
D | text_format.cc | 1549 const FieldValuePrinter* printer = FindWithDefault( in PrintAny() 1685 const FieldValuePrinter* printer = FindWithDefault( in PrintField() 1747 const FieldValuePrinter* printer = FindWithDefault( in PrintFieldName() 1762 = FindWithDefault(custom_printers_, field, in PrintFieldValue()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.cc | 89 i < gtl::FindWithDefault(queue_depth_, \ 153 i < gtl::FindWithDefault( in HandleRPCsLoop()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lookup_table_op.h | 255 value_values(i) = gtl::FindWithDefault( in DoFind()
|
D | word2vec_kernels.cc | 231 corpus_.push_back(gtl::FindWithDefault(word_id, w, kUnkId)); in Init()
|
D | lookup_table_op.cc | 65 value_values(i) = gtl::FindWithDefault( in Find()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context.cc | 120 return gtl::FindWithDefault(thread_local_async_, std::this_thread::get_id(), in Async()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | map_util.h | 123 FindWithDefault(const Collection& collection,
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_subgraphs_pass.cc | 1445 Node* src_image = gtl::FindWithDefault(node_images, edge->src(), nullptr); in CopySubgraphEdges() 1446 Node* dst_image = gtl::FindWithDefault(node_images, edge->dst(), nullptr); in CopySubgraphEdges()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 342 return gtl::FindWithDefault(truly_const_nodes_, name, nullptr); in TrulyConstNode()
|