MCPcopy Create free account

hub / github.com/DeepRec-AI/DeepRec / endpoints

Endpoints580 in github.com/DeepRec-AI/DeepRec

Routepreprocess_input
keras_export('keras.applications.mobilenet_v2.preprocess_input')
tensorflow/python/keras/applications/mobilenet_v2.py:None
Routepreprocess_input
keras_export('keras.applications.vgg19.preprocess_input')
tensorflow/python/keras/applications/vgg19.py:None
Routepreprocess_input
keras_export('keras.applications.resnet50.preprocess_input', 'keras.applications.resnet.preproce
tensorflow/python/keras/applications/resnet.py:None
Routepreprocess_input
keras_export('keras.applications.resnet_v2.preprocess_input')
tensorflow/python/keras/applications/resnet_v2.py:None
Routequantize
dispatch.add_dispatch_support
tensorflow/python/ops/array_ops.py:None
Routequantize_v2
dispatch.add_dispatch_support
tensorflow/python/ops/array_ops.py:None
Routerange_input_producer
tf_export(v1=["train.range_input_producer"])
tensorflow/python/training/input.py:None
Routerank
dispatch.add_dispatch_support
tensorflow/python/ops/array_ops.py:None
Routereal
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routerecompute_grad
tf_export("recompute_grad")
tensorflow/python/ops/custom_gradient.py:None
Routereduce_all
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routereduce_any
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routereduce_join_v2
dispatch.add_dispatch_support
tensorflow/python/ops/string_ops.py:None
Routereduce_max
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routereduce_mean
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routereduce_min
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routereduce_prod
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routereduce_sum
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routeregex_full_match
dispatch.add_dispatch_support
tensorflow/python/ops/string_ops.py:None
Routeregex_replace
dispatch.add_dispatch_support
tensorflow/python/ops/string_ops.py:None
Routeregression_signature_fn
deprecated('2017-03-25', 'signature_fns are deprecated. For canned Estimators they are no '
tensorflow/contrib/learn/python/learn/utils/export.py:None
Routeremove_checkpoint
deprecation.deprecated( date=None, instructions="Use standard file APIs to delete files with this pref
tensorflow/python/training/checkpoint_management.py:None
Routeremove_squeezable_dimensions
deprecated( None, "Please switch to remove_squeezable_dimensions from " "tf.confusion_matrix. Note tha
tensorflow/contrib/framework/python/framework/tensor_util.py:None
Routeround
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routerun
def_function.function(input_signature=[ tensor_spec.TensorSpec(shape=[None, 1, 1], dtype=dtypes.floa
tensorflow/python/compiler/tensorrt/trt_convert_test.py:None
Routesaturate_cast
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
Routeshuffle_batch
deprecation.deprecated( None, "Queue-based input pipelines have been replaced by `tf.data`. Use " "`tf
tensorflow/python/training/input.py:None
Routeshuffle_batch_join
deprecation.deprecated( None, "Queue-based input pipelines have been replaced by `tf.data`. Use " "`tf
tensorflow/python/training/input.py:None
Routesimple_fn
function.defun(input_signature=[tensor_spec.TensorSpec([2], dtypes.int32)])
tensorflow/python/data/experimental/kernel_tests/map_defun_op_test.py:None
Routesize
dispatch.add_dispatch_support
tensorflow/python/ops/array_ops.py:None
Routesize_v2
dispatch.add_dispatch_support
tensorflow/python/ops/array_ops.py:None
Routeslice_input_producer
tf_export(v1=["train.slice_input_producer"])
tensorflow/python/training/input.py:None
Routesoftmax_classifier
deprecated('2016-12-01', 'Use `tf.losses.softmax_cross_entropy` ' 'and explicit logits computation
tensorflow/contrib/learn/python/learn/ops/losses_ops.py:None
Routesome_function
tf.function(input_signature=[ tf.TensorSpec([], tf.float32), tf.TensorSpec([], tf.float32) ])
tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/debug_info.py:None
Routesome_function
tf.function(input_signature=[])
tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/shapes_for_variables.py:None
Routesome_function
tf.function(input_signature=[tf.TensorSpec([], tf.float32)])
tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/exported_python_args.py:None
Routesome_function
tf.function(input_signature=[tf.TensorSpec([], tf.float32)])
tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/basic.py:None
Routesome_function
tf.function(input_signature=[tf.TensorSpec([], tf.float32)])
tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/shapes_for_arguments.py:None
Routesqueeze
dispatch.add_dispatch_support
tensorflow/python/ops/array_ops.py:None
Routesqueeze_v2
dispatch.add_dispatch_support
tensorflow/python/ops/array_ops.py:None
Routestack
dispatch.add_dispatch_support
tensorflow/python/ops/array_ops.py:None
Routestring_input_producer
tf_export(v1=["train.string_input_producer"])
tensorflow/python/training/input.py:None
Routestring_length
dispatch.add_dispatch_support
tensorflow/python/ops/string_ops.py:None
Routestring_length_v2
dispatch.add_dispatch_support
tensorflow/python/ops/string_ops.py:None
Routestring_to_hash_bucket
dispatch.add_dispatch_support
tensorflow/python/ops/string_ops.py:None
Routestring_to_number
dispatch.add_dispatch_support
tensorflow/python/ops/string_ops.py:None
Routesubstr
dispatch.add_dispatch_support
tensorflow/python/ops/string_ops.py:None
Routesubstr_v2
dispatch.add_dispatch_support
tensorflow/python/ops/string_ops.py:None
Routesubtract
dispatch.add_dispatch_support
tensorflow/python/ops/math_ops.py:None
RoutetestAutoshardingOption
combinations.generate(combinations.combine( mode=["graph"], input_type=["dataset"], api_type
tensorflow/python/distribute/input_lib_test.py:None
RoutetestBatchDimsMatchesPythonBatching
parameterized.parameters([ dict( params_shape=[2, 3, 4, 5, 6, 7], indices_shape=[2,
tensorflow/python/kernel_tests/gather_op_test.py:None
RoutetestBatchSplitting
combinations.generate( combinations.combine( mode=["graph", "eager"], input_type=["d
tensorflow/python/distribute/input_lib_test.py:None
RoutetestCheckRunningInGceWithNoTpuName
mock.patch.object(resolver, 'is_running_in_gce', mock_is_running_in_gce)
tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver_test.py:None
RoutetestChooseFastestErrorWithIncompatibleInput
parameterized.named_parameters( ("Shapes", [0], [[1, 2, 3]], "must have compatible output shapes."),
tensorflow/python/data/experimental/kernel_tests/optimization/choose_fastest_dataset_test.py:None
RoutetestClockReset
test.mock.patch.object(checkpoint_management, "time")
tensorflow/python/training/checkpoint_management_test.py:None
RoutetestCondComputeGradAfterSessRun
test_util.enable_output_all_intermediates
tensorflow/python/kernel_tests/control_flow_ops_py_test.py:None
RoutetestDecodeGenOp
parameterized.parameters([ dict( doc="Single string", input=_nested_encode([u"仅今年前"]
tensorflow/python/kernel_tests/unicode_decode_op_test.py:None
RoutetestDeprecatedClass
test.mock.patch.object(logging, "warning", autospec=True)
tensorflow/tools/api/tests/deprecation_test.py:None
RoutetestDeprecatedClassEndpoint
test.mock.patch.object(logging, "warning", autospec=True)
tensorflow/tools/api/tests/deprecation_test.py:None
RoutetestDeprecatedConstantEndpoint
test.mock.patch.object(logging, "warning", autospec=True)
tensorflow/tools/api/tests/deprecation_test.py:None
RoutetestDeprecatedFunction
test.mock.patch.object(logging, "warning", autospec=True)
tensorflow/tools/api/tests/deprecation_test.py:None
RoutetestDeprecatedFunctionEndpoint
test.mock.patch.object(logging, "warning", autospec=True)
tensorflow/tools/api/tests/deprecation_test.py:None
RoutetestDeprecationWarnings
test.mock.patch.object(logging, 'warning', autospec=True)
tensorflow/python/util/module_wrapper_test.py:None
RoutetestDifferentDatasets
combinations.generate( combinations.combine( mode=["graph"], input_type=["input_fn"],
tensorflow/python/distribute/input_lib_test.py:None
RoutetestDoNotOutputLoopCounterAsIntermediate
test_util.enable_output_all_intermediates
tensorflow/python/kernel_tests/while_v2_test.py:None
RoutetestDoNotOutputLoopInvariantAsIntermediate
test_util.enable_output_all_intermediates
tensorflow/python/kernel_tests/while_v2_test.py:None
RoutetestError
parameterized.parameters( dict( rt_inputs=(), axis=0, error=ValueError,
tensorflow/python/ops/ragged/ragged_stack_op_test.py:None
RoutetestError
parameterized.parameters( { 'rt_input': [[1, 2, 3]], 'default': [0], 'erro
tensorflow/python/ops/ragged/ragged_to_tensor_op_test.py:None
RoutetestErrorModes
parameterized.parameters([ dict( input=[b"\xFE", b"hello", b"==\xFF==", b"world"], i
tensorflow/python/kernel_tests/unicode_decode_op_test.py:None
RoutetestErrorModesWithOffsets
parameterized.parameters([ dict( input=[b"\xFE", b"hello", b"==\xFF==", b"world"], i
tensorflow/python/kernel_tests/unicode_decode_op_test.py:None
RoutetestErrors
parameterized.parameters([ dict( # axis=2 out of bounds: expected -2<=axis<2. rt_input=[[10,
tensorflow/python/ops/ragged/ragged_row_lengths_op_test.py:None
RoutetestEstimatorDeprecation
test.mock.patch.object(logging, "warning", autospec=True)
tensorflow/tools/api/tests/deprecation_test.py:None
RoutetestExceptions
parameterized.parameters([ dict(input=[b"\xFEED"], errors="strict", input_encoding
tensorflow/python/kernel_tests/unicode_decode_op_test.py:None
RoutetestFlattenWithStringPaths
parameterized.parameters([ dict(inputs=[], expected=[]), dict(inputs=[23, "42"], expected=[("0", 2
tensorflow/python/util/nest_test.py:None
RoutetestFlattenWithTuplePaths
parameterized.parameters([ dict(inputs=[], expected=[]), dict(inputs=[23, "42"], expected=[((0,),
tensorflow/python/util/nest_test.py:None
RoutetestGatherWithBatchDimsMatchesTensor
parameterized.parameters([ dict( params_shape=[2, 3, 4, 5, 6, 7], indices_shape=[2,
tensorflow/python/kernel_tests/resource_variable_ops_test.py:None
RoutetestIsNotRunningInGce
mock.patch.object(six.moves.urllib.request, 'urlopen', mock_not_runn
tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver_test.py:None
RoutetestIsRunningInGce
mock.patch.object(six.moves.urllib.request, 'urlopen', mock_running_
tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver_test.py:None
RoutetestKerasDeprecation
test.mock.patch.object(logging, "warning", autospec=True)
tensorflow/tools/api/tests/deprecation_test.py:None
RoutetestKerasDeprecationNoWarning
test.mock.patch.object(logging, "warning", autospec=True)
tensorflow/tools/api/tests/deprecation_test.py:None
RoutetestKerasEndpointDeprecation
test.mock.patch.object(logging, "warning", autospec=True)
tensorflow/tools/api/tests/deprecation_test.py:None
RoutetestLarge
test_util.disable_xla("b/123860949") # The computation is constant folded
tensorflow/python/kernel_tests/scan_ops_test.py:None
RoutetestListValuedElementwiseOp
parameterized.parameters( [ {'inputs': (12, 8, 3)}, {'inputs': ([1, 2, 3], [7, 8, 9]
tensorflow/python/ops/ragged/ragged_dispatch_test.py:None
RoutetestMultiTaskPerNodeRetrieval
mock.patch.dict( os.environ, { 'SLURM_PROCID': '1', 'SLURM_NTASKS': '5', '
tensorflow/python/distribute/cluster_resolver/slurm_cluster_resolver_test.py:None
RoutetestMultipleGpusPerTaskRetrieval
mock.patch.dict( os.environ, { 'SLURM_PROCID': '1', 'SLURM_NTASKS': '5', '
tensorflow/python/distribute/cluster_resolver/slurm_cluster_resolver_test.py:None
RoutetestNestedCondComputeGradAfterSessRun
test_util.enable_output_all_intermediates
tensorflow/python/kernel_tests/control_flow_ops_py_test.py:None
RoutetestNestedWhileGradAfterSessionRun
test_util.enable_output_all_intermediates
tensorflow/python/kernel_tests/control_flow_ops_py_test.py:None
RoutetestNonSharded
test.mock.patch.object(saver_module, "time")
tensorflow/python/training/saver_test.py:None
RoutetestNotReadyCloudTpu
mock.patch.object(resolver.TPUClusterResolver, '_request_compute_metadata', mock_request_
tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver_test.py:None
RoutetestNumAcceleratorsFilterTasks
mock.patch.object(eager.context, "list_devices")
tensorflow/python/distribute/cluster_resolver/cluster_resolver_test.py:None
RoutetestNumAcceleratorsFilterTasksByEnvVar
mock.patch.object(eager.context, 'list_devices')
tensorflow/python/distribute/cluster_resolver/tfconfig_cluster_resolver_test.py:None
RoutetestNumAcceleratorsMultiDeviceSuccess
mock.patch.object(eager.context, "list_devices")
tensorflow/python/distribute/cluster_resolver/cluster_resolver_test.py:None
RoutetestNumAcceleratorsRetryFailure
mock.patch.object(eager.context, 'list_devices')
tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver_test.py:None
RoutetestNumAcceleratorsSuccess
mock.patch.object(eager.context, 'list_devices')
tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver_test.py:None
RoutetestNumAcceleratorsSuccess
mock.patch.object(eager.context, "list_devices")
tensorflow/python/distribute/cluster_resolver/cluster_resolver_test.py:None
RoutetestOneDeviceCPU
combinations.generate( combinations.combine( mode=["graph", "eager"], input_type=["i
tensorflow/python/distribute/input_lib_test.py:None
RoutetestOneDevicePerWorker
combinations.generate( combinations.combine( mode=["graph"], input_type=["input_fn",
tensorflow/python/distribute/input_lib_test.py:None
RoutetestPodResolution
mock.patch.object(resolver.TPUClusterResolver, '_request_compute_metadata', mock_request_
tensorflow/python/distribute/cluster_resolver/tpu_cluster_resolver_test.py:None
RoutetestPruningNested
test_util.enable_output_all_intermediates
tensorflow/python/kernel_tests/while_v2_test.py:None
RoutetestPruningNested2
test_util.enable_output_all_intermediates
tensorflow/python/kernel_tests/while_v2_test.py:None
← previousnext →301–400 of 580, ranked by callers