Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dreduce_join_op.cc34 const gtl::InlinedVector<int64, 8> GetStrides(const TensorShape& shape) { in GetStrides() function
152 const auto strides = GetStrides(input_shape); in Compute()
Dmkl_input_conversion_op.cc195 mkl_shape->GetStrides()); in Compute()
207 mkl_shape->GetSizes(), mkl_shape->GetStrides()); in Compute()
Dmkl_lrn_op.cc222 input_shape.GetStrides()); in MklAllocateOutputs()
240 input_shape.GetStrides()); in MklAllocateOutputs()
406 tmp_mkl_shape->GetStrides()[i]; in Compute()
Dmkl_relu_op.cc97 mkl_context.in_strides[i] = mkl_context.input_shape.GetStrides()[i]; in Compute()
307 mkl_context.in_strides[i] = tmp_mkl_shape->GetStrides()[i]; in Compute()
Dmkl_aggregate_ops.cc115 mkl_context.in_strides[i] = tmp_mkl_shape->GetStrides()[i]; in Compute()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc70 std::vector<int64> GetStrides(const OpInfo& op_features) { in GetStrides() function
487 std::vector<int64> strides = GetStrides(op_features); in ConvolutionDimensionsFromInputs()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h162 const size_t* GetStrides() const { return strides_; } in GetStrides() function