/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
D | permute.py | 77 def __init__(self, permutation, validate_args=False, name=None): argument 122 def permutation(self): member in Permute
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_tensors_map_ops_test.py | 50 def _SparseTensorValue_5x6(self, permutation): argument 61 def _SparseTensorValue_3x4(self, permutation): argument
|
D | sparse_reorder_op_test.py | 40 def _SparseTensorValue_5x6(self, permutation): argument
|
D | sparse_serialization_ops_test.py | 39 def _SparseTensorValue_5x6(self, permutation): argument 50 def _SparseTensorValue_3x4(self, permutation): argument
|
/external/webrtc/webrtc/voice_engine/ |
D | level_indicator.cc | 23 const int8_t permutation[33] = variable
|
/external/tensorflow/tensorflow/core/kernels/ |
D | transpose_op.cc | 112 std::vector<int32>* permutation) { in PermutationHelper() 154 std::vector<int32> permutation; in Compute() local
|
D | reduction_ops_common.cc | 47 gtl::InlinedVector<int32, 8> ReductionHelper::permutation() { in permutation() function in tensorflow::ReductionHelper
|
D | random_shuffle_op.cc | 52 std::vector<IntT> permutation(size); in IndexedShuffle() local
|
D | transpose_functor.h | 131 const std::vector<int32>& permutation) { in NonSingletonDimensionsAlign()
|
D | sparse_cross_op.cc | 244 std::vector<int> permutation(next_permutation_); in Next() local 335 const auto permutation = product_iterator.Next(); in Compute() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
D | util.cc | 170 std::vector<int64> permutation(n_dims); in TransposeInMinorDims() local
|
/external/libunwind_llvm/src/ |
D | CompactUnwinder.hpp | 128 uint32_t permutation = in stepWithCompactEncodingFrameless() local 359 uint32_t permutation = in stepWithCompactEncodingFrameless() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | spacetobatch_op.cc | 116 std::vector<int64> permutation(reshaped_padded_shape.size()); in SpaceToBatch() local
|
D | batchtospace_op.cc | 86 std::vector<int64> permutation(reshaped_shape.size()); in BatchToSpace() local
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixFunction.h | 206 …tion(const DynVectorType& blockStart, const DynVectorType& eivalToCluster, VectorType& permutation) in matrix_function_compute_permutation() 220 void matrix_function_permute_schur(VectorType& permutation, MatrixType& U, MatrixType& T) in matrix_function_permute_schur()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | util.h | 257 std::vector<T> Permute(tensorflow::gtl::ArraySlice<int64> permutation, in Permute() 273 std::vector<T> Permute(tensorflow::gtl::ArraySlice<int64> permutation, in Permute()
|
D | util.cc | 162 bool IsPermutation(tensorflow::gtl::ArraySlice<int64> permutation, int64 rank) { in IsPermutation() 195 bool IsIdentityPermutation(tensorflow::gtl::ArraySlice<int64> permutation) { in IsIdentityPermutation()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_constant_folding_test.cc | 181 const int64 permutation[] = {1, 2, 0, 4, 3}; in TEST_F() local
|
/external/tensorflow/tensorflow/contrib/layers/kernels/ |
D | sparse_feature_cross_kernel.cc | 279 std::vector<int> permutation(next_permutation_); in Next() local 378 const auto permutation = product_iterator.Next(); in Compute() local
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | LevenbergMarquardt.h | 109 PermutationMatrix<Dynamic,Dynamic> permutation; variable
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | copy_test.cc | 190 tensorflow::gtl::ArraySlice<int64> permutation) { in TestCopyConstantLayoutR4()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
D | LevenbergMarquardtOptimizer.java | 122 private int[] permutation; field in LevenbergMarquardtOptimizer
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | LevenbergMarquardtEstimator.java | 125 private int[] permutation; field in LevenbergMarquardtEstimator
|
/external/tensorflow/tensorflow/core/grappler/ |
D | utils.cc | 296 void PermuteNodesInPlace(GraphDef* graph, std::vector<int>* permutation, in PermuteNodesInPlace()
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 232 PermutationType permutation() {return m_permutation; } in permutation() function
|