/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | mlir_roundtrip_flags.cc | 37 std::vector<string> output_names = absl::StrSplit(array_names, ','); in ParseOutputArrayInfo() local 41 Status ParseOutputArrayInfo(const std::vector<string>& output_names, in ParseOutputArrayInfo()
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | compile_utils.py | 37 def __init__(self, losses, loss_weights=None, output_names=None): argument 199 def __init__(self, metrics=None, weighted_metrics=None, output_names=None): argument 465 def map_to_output_names(y_pred, output_names, struct): argument
|
D | training_utils.py | 586 def standardize_sample_or_class_weights(x_weight, output_names, weight_type): argument 632 def standardize_class_weights(class_weight, output_names): argument 637 def standardize_sample_weights(sample_weight, output_names): argument 816 output_names, argument 1464 def prepare_loss_functions(loss, output_names): argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | session.cc | 48 const std::vector<string>& output_names, in PRunSetup() 57 const std::vector<string>& output_names, in PRun()
|
D | direct_session_with_tracking_alloc_test.cc | 88 std::vector<string> output_names = {y->name() + ":0"}; in TEST() local 208 std::vector<string> output_names = {y->name() + ":0"}; in TestHWAccelerator() local 292 std::vector<string> output_names = {y->name() + ":0"}; in TEST() local 350 std::vector<string> output_names = {y->name() + ":0"}; in TEST() local
|
D | session_state.cc | 70 Status TensorStore::SaveTensors(const std::vector<string>& output_names, in SaveTensors()
|
D | direct_session.cc | 454 const std::vector<string>& output_names, in Run() 470 std::vector<string> output_names(callable_options.fetch().begin(), in CreateDebuggerState() local 807 const std::vector<string>& output_names, in Run() 817 const std::vector<string>& output_names, in Run() 927 const std::vector<string>& output_names, in PRunSetup() 1006 const std::vector<string>& output_names, in PRun() 1172 const std::vector<string>& output_names, in RecvPRunOutputs()
|
D | graph_runner.cc | 103 const std::vector<string>& output_names, in Run()
|
D | direct_session_test.cc | 141 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 212 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 244 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 505 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 563 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 633 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 717 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 783 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | device_tracer_test.cc | 180 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 208 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 233 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 262 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local
|
/external/tensorflow/tensorflow/core/debug/ |
D | debugger_state_impl.cc | 44 const std::vector<string>& output_names, in PublishDebugMetadata()
|
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler_test.cc | 152 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local 185 std::vector<string> output_names = {y_ + ":0"}; in TEST_F() local
|
D | graph_to_functiondef.cc | 304 const std::vector<string>& output_names, FunctionDef* fdef) { in GraphToFunctionDefHelper() 380 const std::vector<string>& output_names, in GraphToFunctionDef() 596 const std::vector<std::string>& output_names, in GraphToFunctionDef()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.h | 37 const std::vector<string>* output_names = nullptr; member
|
D | convert_graph_test.cc | 161 const std::vector<string> output_names{"output"}; in RunConvertAfterShape() local
|
/external/tensorflow/tensorflow/python/client/ |
D | session_ref.cc | 255 const std::vector<string>& output_names, in RecordPRunSetup() 278 const std::vector<string>& output_names, in RecordPRun() 449 const std::vector<string>& output_names, in PRunSetup() 458 const std::vector<string>& output_names, in PRun()
|
D | tf_session_helper.cc | 61 const NameVector& output_names, in TF_Run_wrapper_helper() 165 PyObject* feed_dict, const NameVector& output_names, in TF_Run_wrapper() 321 const NameVector& output_names, in TF_PRunSetup_wrapper() 337 PyObject* feed_dict, const NameVector& output_names, in TF_PRun_wrapper() 587 const NameVector& output_names, in TF_GraphToFunction_wrapper()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_activity_listener_test.cc | 102 std::vector<std::string> output_names = {std::string("add_4:0")}; in TEST_F() local
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 154 int noutputs, const TF_Output* outputs, const char* const* output_names, in TF_GraphToFunctionWithControlOutputs() 224 const char* const* output_names, in TF_GraphToFunction()
|
D | c_api.cc | 482 std::vector<string> output_names(noutputs); in TF_Run() local 505 std::vector<string> output_names(noutputs); in TF_PRunSetup() local 541 std::vector<string> output_names(noutputs); in TF_PRun() local 2292 std::vector<string> output_names(noutputs); in TF_SessionRun() local 2325 std::vector<string> output_names(noutputs); in TF_SessionPRunSetup() local 2374 std::vector<string> output_names(noutputs); in TF_SessionPRun() local
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_utils.h | 224 std::vector<string> output_names; member
|
D | insert_logging_test.cc | 39 const std::vector<string>& output_names) { in CheckGraphCanRun()
|
D | quantize_nodes_test.cc | 63 const std::vector<string>& output_names, in TestTransformedVersusFloatGraph() 101 const std::vector<string>& output_names) { in TestQuantizedVersusFloatGraph() 121 const std::vector<string>& output_names, float range_min, in TestGraphWithInputRange() 145 const std::vector<string>& output_names, float range_min, float range_max, in TestGraphWithFallbackRange()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session.cc | 316 const std::vector<string>& output_names, in PRunSetup() 342 const std::vector<string>& output_names, in PRun()
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.cc | 408 const std::vector<string>& output_names, in PRunSetup() 416 const std::vector<string>& output_names, in PRun()
|