Home
last modified time | relevance | path

Searched refs:host_compute_core (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util.h101 const std::map<string, int>& host_compute_core) in XlaClusterInfo()
105 host_compute_core(host_compute_core) {} in XlaClusterInfo()
113 const std::map<string, int> host_compute_core; member
Dextract_outside_compilation_pass_test.cc243 const std::map<string, int> &host_compute_core, in ExtractOutsideCompilationTest() argument
255 func_name_attrs, new_func_name, host_graph_func_name, host_compute_core, in ExtractOutsideCompilationTest()
292 std::map<string, int> host_compute_core = {{"0", 1}, {"1", 0}}; in TEST_F() local
300 host_compute_core, &fld, &shape_inference_graphs, in TEST_F()
410 std::map<string, int> host_compute_core = {{"0", 1}, {"1", 0}}; in TEST_F() local
418 host_compute_core, &fld, &shape_inference_graphs, in TEST_F()
485 std::map<string, int> host_compute_core; in TEST_F() local
493 host_compute_core, &fld, &shape_inference_graphs, in TEST_F()
635 std::map<string, int> host_compute_core; in TEST_F() local
643 host_compute_core, &fld, &shape_inference_graphs, in TEST_F()
[all …]
Dextract_outside_compilation_pass.cc311 const Node* call_node, const std::map<string, int>& host_compute_core, in BuildXlaHostComputeNodeDef() argument
330 const auto iter = host_compute_core.find(original_oc_name); in BuildXlaHostComputeNodeDef()
331 if (iter != host_compute_core.end()) { in BuildXlaHostComputeNodeDef()
381 Graph* g, Node* call_node, const std::map<string, int>& host_compute_core, in ReplaceOutsideCompilationCallNode() argument
386 BuildXlaHostComputeNodeDef(call_node, host_compute_core, cluster_deps)); in ReplaceOutsideCompilationCallNode()
1808 const std::map<string, int>& host_compute_core, Graph* g, Node* n, in ExtractOutsideCompilationForFuncCallNode() argument
1839 func, new_func_name, host_func_name, host_compute_core, flr, fld, in ExtractOutsideCompilationForFuncCallNode()
1894 const std::map<string, int>& host_compute_core, Graph* g, Node* n, in ExtractOutsideCompilationForIfNode() argument
1916 host_compute_core, flr, fld, shape_inference_graphs, in ExtractOutsideCompilationForIfNode()
1921 host_compute_core, flr, fld, shape_inference_graphs, in ExtractOutsideCompilationForIfNode()
[all …]
Dextract_outside_compilation_pass.h94 const std::map<string, int>& host_compute_core, FunctionLibraryRuntime* flr,
/external/tensorflow/tensorflow/compiler/tf2xla/
Dside_effect_util.cc126 std::map<string, int>* host_compute_core) { in ParseHostComputeCoreList() argument
140 if (host_compute_core->find(parts[0]) != host_compute_core->end()) { in ParseHostComputeCoreList()
144 (*host_compute_core)[parts[0]] = core; in ParseHostComputeCoreList()
Dside_effect_util.h65 std::map<string, int>* host_compute_core);
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DTPUReplicateMetadata.pbtxt46 name: "host_compute_core"
107 name: "host_compute_core"
175 name: "host_compute_core"
250 name: "host_compute_core"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DTPUReplicateMetadata.pbtxt46 name: "host_compute_core"
107 name: "host_compute_core"
175 name: "host_compute_core"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TPUReplicateMetadata.pbtxt41 name: "host_compute_core"
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.h479 const HostComputeCoreMap& host_compute_core,
517 HostComputeCoreMap* host_compute_core);
Ddistributed_tpu_rewrite_pass.cc3509 const HostComputeCoreMap& host_compute_core, in ReplicateOutsideCompilationNodes() argument
3520 int core = host_compute_core.at(oc_cluster_name); in ReplicateOutsideCompilationNodes()
3901 HostComputeCoreMap* host_compute_core) { in ParseHostComputeCores() argument
3906 ParseHostComputeCoreList(hc_core_string, host_compute_core)); in ParseHostComputeCores()
3909 if (host_compute_core->find(oc_cluster_name) == host_compute_core->end()) { in ParseHostComputeCores()
3911 (*host_compute_core)[oc_cluster_name] = 0; in ParseHostComputeCores()
4358 HostComputeCoreMap host_compute_core; in RewriteTPUReplicateNode() local
4360 *replicate_node, outside_compilation_nodes, &host_compute_core)); in RewriteTPUReplicateNode()
4362 tf_device_assignment, host_compute_core, outside_compilation_nodes, in RewriteTPUReplicateNode()
Dencapsulate_tpu_computations_pass.cc2995 std::map<string, int> host_compute_core; in Run() local
2996 TF_RETURN_IF_ERROR(ParseHostComputeCoreList(core_list, &host_compute_core)); in Run()
2999 host_compute_core}); in Run()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dgraph_pruning_preserve_ops.mlir12 …_placement = false, computation_shape = [], device_assignment = [], host_compute_core = [], num_co…
Dtpu_space_to_depth_pass.mlir24 …= [], device = "", device_assignment = [0, 0, 0, 0], func = @_func, host_compute_core = [], input_…
106 …ion_shape = [], device = "", device_assignment = [], func = @_func, host_compute_core = [], input_…
180 …ion_shape = [], device = "", device_assignment = [], func = @_func, host_compute_core = [], input_…
Dtpu_cluster_formation.mlir394 …_placement = false, computation_shape = [], device_assignment = [], host_compute_core = [], num_co…
419 …_placement = false, computation_shape = [], device_assignment = [], host_compute_core = [], num_co…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tpu_bridge_v1/
Dend_to_end.mlir12 …false, computation_shape = [], device = "", device_assignment = [], host_compute_core = [], name =…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dgraph-function-defs.pbtxt108 key: "host_compute_core"
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py1513 host_compute_core = context.HostComputeCore()
1515 if host_compute_core:
1517 attr_value.list.s.extend(compat.as_bytes(x) for x in host_compute_core)
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.td838 DefaultValuedAttr<StrArrayAttr, "{}">:$host_compute_core,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt4817 …ogy\', \'use_tpu\', \'device_assignment\', \'computation_shape\', \'host_compute_core\', \'padding…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt4817 …ogy\', \'use_tpu\', \'device_assignment\', \'computation_shape\', \'host_compute_core\', \'padding…
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt81483 name: "host_compute_core"
81544 name: "host_compute_core"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt54009 name: "host_compute_core"