Searched refs:dt_vec (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_ops_definitions.cc | 288 const string& op_type, const DataTypeVector& dt_vec, in EmplaceOpType() argument 295 std::forward_as_tuple(dt_vec, supported_op_type)); in EmplaceOpType() 386 const DataTypeVector& dt_vec) const { in GetOpIdFor() 392 if (dt_vec.empty()) { in GetOpIdFor() 401 if (std::get<0>(data_type_to_op) == dt_vec) { in GetOpIdFor()
|
D | hexagon_ops_definitions.h | 43 const string& op_type, const DataTypeVector& dt_vec,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.cc | 854 std::vector<DataType> dt_vec; in BuildClusterSubgraphDef() local 856 GetOutputTensorShapeType(*node_def, &dt_vec, &shape_vec).IgnoreError(); in BuildClusterSubgraphDef() 858 dt_vec.empty() ? DT_FLOAT : dt_vec.at(subgraph_input_port); in BuildClusterSubgraphDef() 1415 std::vector<DataType> dt_vec; in BuildNodeMapFromOpsDefinitions() local 1418 GetOutputTensorShapeType(node_def, &dt_vec, &shape_vec); in BuildNodeMapFromOpsDefinitions() 1423 node_def.op(), DataTypeVector(dt_vec.begin(), dt_vec.end())) != in BuildNodeMapFromOpsDefinitions()
|