Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc1943 const std::vector<DataType>& arg_dtypes, in RemoveArgsToLiftFromFunctionBody() argument
1955 arg_node->AddAttr("T", arg_dtypes[i]); in RemoveArgsToLiftFromFunctionBody()
1972 ph_builder.Attr("dtype", arg_dtypes[i]); in RemoveArgsToLiftFromFunctionBody()