Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc159 int64_t depth_val = ShapedType::kDynamicSize; in InferOneHotOpType() local
163 depth_val = (*depth_attr.begin()).getSExtValue(); in InferOneHotOpType()
164 shape.insert(shape.begin() + axis_val, depth_val); in InferOneHotOpType()