Home
last modified time | relevance | path

Searched defs:input_rank (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddepthtospace_op.cc45 int input_rank = input_tensor_shape.dims(); in Compile() local
Dspacetodepth_op.cc45 int input_rank = input_tensor_shape.dims(); in Compile() local
Dspacetobatch_op.cc28 const int input_rank = input_tensor_shape.dims(); in SpaceToBatch() local
Dbatchtospace_op.cc28 const int input_rank = input_tensor_shape.dims(); in BatchToSpace() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_concat_op.cc77 const int input_rank = input_shape.dims(); in Compute() local
Dreshape_util.cc50 const int64 input_rank = input_shape_in.NumElements(); in Reshape() local
Dlinalg_ops_common.cc118 int input_rank = -1; in AnalyzeInputs() local
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dgather.cc87 const int input_rank = NumDimensions(input); in Eval() local
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc488 int input_rank = c->Rank(c->input(0)); in TryToInferTensorOutputFromInputShapes() local
516 int32 input_rank = c->Rank(c->input(0)); in TryToInferTensorOutputFromInputShapes() local
/external/tensorflow/tensorflow/core/ops/
Darray_ops.cc1261 const int32 input_rank = c->Rank(input); in __anondb9326b22302() local
1663 const Tensor* paddings_t, int64 input_rank) { in MirrorPadKnown()
1699 int64 input_rank = c->Value(pad_0); in __anondb9326b22d02() local
1837 const int32 input_rank = c->Rank(input); in __anondb9326b23102() local
Dmath_ops.cc791 const int32 input_rank = c->Rank(input_shape); in ArgOpShape() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1040 const int32 input_rank, in ReductionShapeHelper()
1090 const int32 input_rank = c->Rank(input); in ReductionShape() local
Dshape_inference.cc857 int idx, int input_rank, DimensionHandle* out) { in MakeDimForScalarInputWithNegativeIndexing()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc1271 int64 input_rank = Rank(input_shape); in AlignLayouts() local
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc628 auto input_rank = Size(scope, input_shape); in ReducedShapeHelper() local
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
Dreference_ops.h2490 int input_rank, const int32* coords_data, in Gather()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h3857 int input_rank, const int32* coords_data, in Gather()