Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.cc30 function_type_ = FunctionApiInfo::FunctionType::INFERENCE; in Init()
129 (function_type == FunctionApiInfo::FunctionType::INFERENCE || in ValidateSignature()
132 (function_type == FunctionApiInfo::FunctionType::INFERENCE || in ValidateSignature()
173 case FunctionApiInfo::FunctionType::INFERENCE: in Init()
192 infer_funcs, FunctionApiInfo::FunctionType::INFERENCE)); in Init()
208 case FunctionApiInfo::FunctionType::INFERENCE: in GetEquivalentImplementations()
Dfunction_api_info.h37 INFERENCE, // Default type. enumerator
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py79 INFERENCE = 2 variable in GraphState
220 if graph_state == GraphState.INFERENCE and run_params.use_optimizer:
344 session_config = self._GetConfigProto(run_params, GraphState.INFERENCE)
355 elif graph_state == GraphState.INFERENCE:
458 run_params.use_calibration and graph_state == GraphState.INFERENCE):
519 self._VerifyGraphDef(run_params, infer_gdef, GraphState.INFERENCE)
522 self._VerifyGraphDef(run_params, infer_gdef, GraphState.INFERENCE)
527 infer_config = self._GetConfigProto(run_params, GraphState.INFERENCE)
531 GraphState.INFERENCE)
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dtpu_embedding_configuration.proto29 INFERENCE = 1; enumerator
65 // when mode=TRAINING. If mode=INFERENCE or BACKWARD_PASS_ONLY, this parameter
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding.py42 INFERENCE = elc.TPUEmbeddingConfiguration.INFERENCE variable
362 elif mode == INFERENCE:
370 .format(TRAINING, INFERENCE, mode))
D_tpu_estimator_embedding.py244 tpu_embedding_mode = tpu_embedding.INFERENCE
/external/yapf/
Dpylintrc45 # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED