Home
last modified time | relevance | path

Searched defs:axes (Results 1 – 25 of 46) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dio_ops.py43 def __init__(self, axes, dtype, default_value=None): argument
49 def axes(self): member in FixedLenFeature
155 def placeholder(dtype, axes, name=None): argument
Dcore.py206 def __init__(self, axes): argument
280 def __init__(self, tensor, axes): argument
355 def axes(self): member in LabeledTensor
556 def concat_axes(axes): argument
726 def expand_dims(labeled_tensor, axes, name=None): argument
Dops.py429 def output_axes(axes): argument
895 def op(labeled_tensor, axes=None, name=None): argument
1090 def constant(value, dtype=None, axes=None, name=None): argument
/external/tensorflow/tensorflow/python/ops/
Dnn_batchnorm_test.py354 def _npSuffStats(self, x, axes, shift, keep_dims): argument
370 def _opSuffStats(self, x, axes, shift, keep_dims): argument
373 def _testSuffStats(self, x_shape, axes, shift, keep_dims, has_shape): argument
457 def _unweighted_moments(self, x, axes, keep_dims=False, extra_out_grads=None): argument
467 def RunMomentTestWithDynamicShape(self, shape, axes, keep_dims, dtype): argument
494 def RunMomentTest(self, shape, axes, keep_dims, dtype): argument
619 def _unweighted_moments(self, x, axes, keep_dims=False, extra_out_grads=None): argument
626 def RunMomentTest(self, shape, axes, keep_dims, dtype, dynshapes=False): argument
652 def RunMomentTestWithDynamicShape(self, shape, axes, keep_dims, dtype): argument
658 axes, argument
Dbatch_norm_benchmark.py68 def build_graph(device, input_shape, axes, num_layers, mode, scale, train): argument
126 def _run_graph(self, device, input_shape, axes, num_layers, mode, scale, argument
Dnn_impl.py811 def sufficient_statistics(x, axes, shift=None, keep_dims=None, name=None, argument
867 def sufficient_statistics_v2(x, axes, shift=None, keepdims=False, name=None): argument
930 axes, argument
995 axes, argument
1029 def weighted_moments(x, axes, frequency_weights, name=None, keep_dims=None, argument
1107 def weighted_moments_v2(x, axes, frequency_weights, keepdims=False, name=None): argument
Dclip_ops_test.py43 axes): argument
Dclip_ops.py113 def clip_by_norm(t, clip_norm, axes=None, name=None): argument
Dspecial_math_ops_test.py301 def run_test(self, axes): argument
/external/guava/guava/src/com/google/common/collect/
DCartesianList.java37 private transient final ImmutableList<List<E>> axes; field in CartesianList
53 CartesianList(ImmutableList<List<E>> axes) { in CartesianList()
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops_test.cc29 Tensor axes(DT_INT32, TensorShape({})); in LargeOneDCumsum() local
40 Tensor axes(DT_INT32, TensorShape({})); in ColCumsum() local
51 Tensor axes(DT_INT32, TensorShape({})); in RowCumsum() local
62 Tensor axes(DT_INT32, TensorShape({})); in ThreeDYCumsum() local
Dreduction_ops_test.cc31 Tensor axes(DT_INT32, TensorShape({2})); in ToScalar() local
43 Tensor axes(DT_INT32, TensorShape({1})); in ColReduce() local
54 Tensor axes(DT_INT32, TensorShape({1})); in RowReduce() local
65 Tensor axes(DT_INT32, TensorShape({1})); in ThreeDYReduce() local
76 Tensor axes(DT_INT32, TensorShape({2})); in ThreeDXZReduce() local
/external/fonttools/Lib/fontTools/varLib/
D__init__.py56 def _add_fvar(font, axes, instances): argument
109 def _add_avar(font, axes): argument
178 def _add_stat(font, axes): argument
638 def _add_GSUB_feature_variations(font, axes, internal_axis_supports, rules): argument
Dplot.py25 def _plotLocationsDots(locations, axes, subplot, **kwargs): argument
93 def _plotLocations3D(model, axes, fig, rows, cols, names, **kwargs): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dinput_spec.py56 axes=None): argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFontFamily.java32 FontVariationAxis[] axes) { in addFontFromAssetManager()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fft_impl.h39 const auto axes = Eigen::ArrayXi::LinSpaced(FFTRank, 1, FFTRank); in EigenFftC2C() local
84 const auto axes = Eigen::ArrayXi::LinSpaced(FFTRank, 1, FFTRank); in EigenFftR2C() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreverse_op.cc92 std::vector<int64> axes; in Compile() local
Dreduction_ops_common.cc66 std::vector<int64> axes; in Compile() local
/external/fonttools/Tests/designspaceLib/
Ddesignspace_test.py17 def _axesAsDict(axes): argument
/external/libvpx/libvpx/tools/non_greedy_mv/
Dnon_greedy_mv.py144 fig, axes = plt.subplots(2, 2) variable
/external/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh192 const AxisRecord *axes = get_axes (); in find_axis_deprecated() local
210 const AxisRecord *axes = get_axes (); in find_axis_info() local
/external/tensorflow/tensorflow/contrib/gan/python/features/python/
Dvirtual_batchnorm_impl.py48 def _statistics(x, axes): argument
/external/fonttools/Lib/fontTools/
DfontBuilder.py609 def setupFvar(self, axes, instances): argument
758 def addFvar(font, axes, instances): argument
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py466 def __init__(self, axes, normalize=False, **kwargs): argument
692 def dot(inputs, axes, normalize=False, **kwargs): argument

12