Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIndexList.h105 struct is_compile_time_constant {
110 struct is_compile_time_constant<type2index<idx> > {
114 struct is_compile_time_constant<const type2index<idx> > {
118 struct is_compile_time_constant<type2index<idx>& > {
122 struct is_compile_time_constant<const type2index<idx>& > {
127 struct is_compile_time_constant<type2indexpair<f, s> > {
131 struct is_compile_time_constant<const type2indexpair<f, s> > {
135 struct is_compile_time_constant<type2indexpair<f, s>& > {
139 struct is_compile_time_constant<const type2indexpair<f, s>& > {
249 …return ((i == Idx) & is_compile_time_constant<typename IndexTupleExtractor<Idx, T...>::ValType>::v…
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_ops.cc116 bool is_compile_time_constant = is_compile_time_constant_or.ValueOrDie(); in TryGetElementShapeFromInput() local
117 if (!is_compile_time_constant) { in TryGetElementShapeFromInput()