Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.cc51 e.kind_ = Kind::kTensorList; in TensorList()
75 case Kind::kTensorList: in HumanString()
89 case Kind::kTensorList: in AsXlaOp()
111 case Kind::kTensorList: in ResolveConstant()
152 case Kind::kTensorList: in GetShape()
Dxla_expression.h52 kTensorList, enumerator
Dgraph_compiler.cc96 case XlaExpression::Kind::kTensorList: in PrepareArguments()
Dxla_compiler.cc203 case XlaExpression::Kind::kTensorList: in BuildComputation()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Daggregate_ops.cc38 case XlaExpression::Kind::kTensorList: { in Compile()
Dtensor_list_utils.cc28 return ctx->InputExpression(index).kind() == XlaExpression::Kind::kTensorList; in IsTensorListInput()