Home
last modified time | relevance | path

Searched defs:expected_dtype (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dtest_util.py26 def create_identity_with_grad_check_fn(expected_gradient, expected_dtype=None): argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dconvert_to_tensor_or_ragged_tensor_op_test.py106 expected_dtype=None): argument
194 expected_dtype=None): argument
Dragged_constant_value_op_test.py149 expected_dtype=None): argument
Dragged_const_op_test.py145 expected_dtype=None): argument
/external/tensorflow/tensorflow/python/training/
Dtraining_util_test.py33 def _assert_global_step(self, global_step, expected_dtype=dtypes.int64): argument
/external/tensorflow/tensorflow/cc/ops/
Dconst_op_test.cc38 void ExpectTypeAndShape(const Node* n, DataType expected_dtype, in ExpectTypeAndShape()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc242 DataType expected_dtype = RemoveRefType(input_types[inputs->size()]); in AddDatasetInput() local
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables_test.py187 def _assert_global_step(self, global_step, expected_dtype=dtypes.int64): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py1232 def _assert_single_feature_column(self, expected_shape, expected_dtype, argument
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py2431 def assertDTypeEqual(self, target, expected_dtype): argument