/external/tensorflow/tensorflow/core/framework/ |
D | function_testlib.cc | 29 typedef FunctionDefHelper FDH; typedef 49 gtl::ArraySlice<std::pair<string, FDH::AttrValueWrapper>> attrs, in NDef() 62 return FDH::Define( in NonZero() 79 return FDH::Define( in IsZero() 98 return FDH::Define( in RandomUniform() 122 return FDH::Define( in XTimesTwo() 142 return FDH::Create( in TwoDeviceMult() 182 return FDH::Create( in TwoDeviceInputOutput() 213 return FDH::Create( in FuncWithListInput() 231 return FDH::Create( in FuncWithListOutput() [all …]
|
D | function_test.cc | 53 typedef FunctionDefHelper FDH; typedef 70 auto fdef = FDH::Create( in TEST() 117 auto fdef = FDH::Create( in TEST() 163 auto fdef = FDH::Create( in TEST() 212 auto fdef = FDH::Create( in TEST() 249 auto fdef = FDH::Create( in TEST() 303 auto fdef = FDH::Create( in TEST() 317 {{"func", FDH::FunctionRef("Square", {{"T", "$T"}})}, in TEST() 350 auto fdef = FDH::Define( in TEST() 419 auto fdef = FDH::Create( in TEST() [all …]
|
/external/tensorflow/tensorflow/core/ops/ |
D | nn_grad.cc | 23 typedef FunctionDefHelper FDH; typedef 27 *g = FDH::Define( in SoftmaxGrad() 40 FDH::Const<int32>("indices", {-1}), in SoftmaxGrad() 52 *g = FDH::Define( in LogSoftmaxGrad() 64 FDH::Const<int32>("indices", {-1}), in LogSoftmaxGrad() 77 *g = FDH::Define( in ReluGrad() 95 *g = FDH::Define( in Relu6Grad() 113 *g = FDH::Define( in CrossEntropyGrad() 127 FDH::Const("neg1", -1), in CrossEntropyGrad() 142 *g = FDH::Define( in Conv2DGrad() [all …]
|
D | array_grad.cc | 22 typedef FunctionDefHelper FDH; typedef 35 *g = FDH::Define( in ReshapeGrad() 56 *g = FDH::Define( in SqueezeGrad() 75 *g = FDH::Define( in IdentityGrad() 94 *g = FDH::Create( in PackGrad() 120 *g = FDH::Define( in UnpackGrad() 164 std::vector<FDH::Node> nodes{ in ConcatGradHelper() 183 *g = FDH::Create( in ConcatGradHelper() 198 *g = FDH::Create( in ConcatGradHelper() 229 *g = FDH::Define( in SplitGrad() [all …]
|
D | math_grad.cc | 25 typedef FunctionDefHelper FDH; typedef 28 Status GradForUnaryCwise(FunctionDef* g, std::vector<FDH::Node> nodes) { in GradForUnaryCwise() 34 *g = FDH::Define( in GradForUnaryCwise() 81 FDH::Const("c", int64{2}), in SquareGrad() 95 FDH::Const("const", 0.5f), in SqrtGrad() 109 FDH::Const("const", -.5f), in RsqrtGrad() 152 FDH::Const("const", 1.0f), in Log1pGrad() 186 FDH::Const("const", 1.0f), in TanhGrad() 221 FDH::Const("const", 1.0f), in AtanhGrad() 235 FDH::Const("const", 1.0f), in SigmoidGrad() [all …]
|
D | functional_grad.cc | 22 typedef FunctionDefHelper FDH; typedef 34 auto grad = FDH::FunctionRef("SymbolicGradient", in MapAccumulateGrad() 38 *ret = FDH::Define( in MapAccumulateGrad()
|
D | math_grad_test.cc | 31 using FDH = FunctionDefHelper; typedef 43 Status Unary(const FDH::Node& op_node, const Tensor& x, const DataType dst, in Unary() 51 auto test = FDH::Define("Test", {adef("x", src)}, {adef("l", dst)}, {}, in Unary() 54 FDH::Const("zero", 0), in Unary() 55 FDH::Const("one", 1), in Unary() 62 auto grad = FDH::Define( in Unary() 65 FDH::Const("one", 1), in Unary() 71 {"f", FDH::FunctionRef("Test")}, in Unary() 98 const FDH::Node op_node = {{"y"}, op, {"x"}, {{"T", x.dtype()}}}; in Unary() 111 const FDH::Node op_node = { in SymCastGrad() [all …]
|
D | array_grad_test.cc | 28 using FDH = FunctionDefHelper; typedef 45 {{"f", FDH::FunctionRef("Pack", in PackGrad() 86 {{"f", FDH::FunctionRef("Unpack", in UnpackGrad() 126 {{"f", FDH::FunctionRef("Concat", {{"N", 2}, {"T", T}})}, in ConcatGrad() 150 {{"f", FDH::FunctionRef("ConcatV2", {{"N", 2}, {"T", T}})}, in ConcatGradV2() 222 {{"f", FDH::FunctionRef( in SplitGrad() 253 {{"f", FDH::FunctionRef("SplitV", {{"split_dim", dim}, in SplitVGrad() 315 {{"f", FDH::FunctionRef("Reshape", {{"T", T}})}, in ReshapeGrad() 354 {{"f", FDH::FunctionRef("ExpandDims", {{"T", T}})}, in ExpandDimsGrad() 391 {{"f", FDH::FunctionRef("Squeeze", {{"T", T}})}, in SqueezeGrad() [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | isolate_placer_inspection_required_ops_pass_test.cc | 38 using FDH = ::tensorflow::FunctionDefHelper; typedef 98 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST() 111 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST() 137 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST() 147 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST() 179 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST() 195 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST() 227 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST() 242 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST() 274 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST() [all …]
|
D | placer_inspection_required_ops_utils_test.cc | 34 using FDH = ::tensorflow::FunctionDefHelper; typedef 74 {"f", FDH::FunctionRef("ResourceIdentity", {})}}), in TEST() 126 {"f", FDH::FunctionRef("ReadResourceVariable", {})}}), in TEST()
|
D | function_testlib.cc | 27 typedef FunctionDefHelper FDH; typedef 48 return FDH::Define( in FindDevice() 101 return FDH::Define( in BlockingOpFn()
|
D | placer_test.cc | 53 using FDH = ::tensorflow::FunctionDefHelper; typedef 2138 {"f", FDH::FunctionRef("ResourceOutput", {})}}), in TEST_F() 2182 {"f", FDH::FunctionRef("ResourceOutput", {})}}), in TEST_F() 2225 {"f", FDH::FunctionRef("ResourceOutput", {})}}), in TEST_F() 2263 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST_F() 2302 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}, in TEST_F() 2347 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}, in TEST_F() 2388 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}, in TEST_F() 2431 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}), in TEST_F() 2469 {"f", FDH::FunctionRef("Swap", {{"T", DT_RESOURCE}})}}, in TEST_F() [all …]
|
D | function_test.cc | 57 using FDH = ::tensorflow::FunctionDefHelper; typedef 574 using FDH = ::tensorflow::FunctionDefHelper; in TEST_F() typedef 587 {"f", FDH::FunctionRef("XTimesFour", {{"T", DT_FLOAT}})}}}}, in TEST_F() 627 FunctionDef stateful_func = FDH::Define( in TEST_F() 637 {FDH::Const<int32>("shape", gtl::ArraySlice<int32>({1})), in TEST_F() 638 FDH::Const<int32>("minval", 0), in TEST_F() 639 FDH::Const<int32>("maxval", 10), in TEST_F() 1025 FDH::Create("AddAndMul", {"i: float"}, {"o: float"}, {}, in TEST_F() 1112 FDH::Create("AddAndMul", {"i: float"}, {"o: float"}, {}, in TEST_F() 1198 const FunctionDef func = FDH::Create( in TEST_F() [all …]
|
D | lower_functional_ops_test.cc | 38 typedef FunctionDefHelper FDH; typedef 70 return FDH::Define( in WhileWithIfCond() 96 return FDH::Define( in WhileWithIfBody() 214 return FDH::Define( in IfWithWhileThen()
|
D | lower_function_call_op_test.cc | 71 using FDH = FunctionDefHelper; in TEST() typedef 80 FDH::Create("AddAndMul", {"i: int32"}, {"o: int32"}, {}, in TEST()
|
D | lower_if_op_test.cc | 153 using FDH = ::tensorflow::FunctionDefHelper; in TEST() typedef 158 return FDH::Create( in TEST()
|
D | lower_case_op_test.cc | 184 using FDH = ::tensorflow::FunctionDefHelper; in TEST() typedef 189 return FDH::Create( in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | implementation_selector_test.cc | 418 using FDH = FunctionDefHelper; in TEST_F() typedef 422 FunctionDef boost_1 = FDH::Create( in TEST_F() 425 FDH::Const("one", 1.0f)}, in TEST_F() 433 FunctionDef boost_1_gradient = FDH::Create( in TEST_F() 435 {FDH::Const("two", 2.0f), in TEST_F() 445 FunctionDef boost_2_func = FDH::Create( in TEST_F() 447 {FDH::Const("four", 4.0f), in TEST_F() 449 FDH::Const("one", 1.0f), in TEST_F() 450 FDH::Const("two", 2.0f)}, in TEST_F() 458 FunctionDef boost_2_gradient = FDH::Create( in TEST_F() [all …]
|
D | function_optimizer_test.cc | 482 using FDH = FunctionDefHelper; in TEST_F() typedef 501 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F() 580 using FDH = FunctionDefHelper; in TEST_F() typedef 625 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F() 632 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F() 737 using FDH = FunctionDefHelper; in TEST_F() typedef 762 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F() 797 using FDH = FunctionDefHelper; in TEST_F() typedef 822 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F() 827 {"f", FDH::FunctionRef("MyMul", {{"T", DT_FLOAT}})}}, in TEST_F() [all …]
|
D | meta_optimizer_test.cc | 604 using FDH = FunctionDefHelper; in TEST_F() typedef 656 {{"f", FDH::FunctionRef("MyMul2", {})}, in TEST_F() 818 using FDH = FunctionDefHelper; in TEST_F() typedef 857 {{"f", FDH::FunctionRef("MyMul2", {})}, in TEST_F() 892 using FDH = FunctionDefHelper; in TEST_F() typedef 932 {{"f", FDH::FunctionRef("MyMul2", {})}, in TEST_F()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context_test.cc | 27 typedef FunctionDefHelper FDH; typedef 151 const FunctionDef x_times_two = FDH::Define( in TEST_F() 172 const FunctionDef x_times_two = FDH::Define( in TEST_F() 188 const FunctionDef x_times_two_copy = FDH::Define( in TEST_F() 209 const FunctionDef x_times_two = FDH::Define( in TEST_F() 227 const FunctionDef x_times_two_copy = FDH::Define( in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 34 using FDH = FunctionDefHelper; typedef 71 absl::Span<const std::pair<string, FDH::AttrValueWrapper>> attrs, in CheckNode()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 1953 ,"GB","FDH","Fordhouses","Fordhouses","WMD","--3-----","AF","9811",,,
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 19659 ,"DE","FDH","Friedrichshafen","Friedrichshafen","BW","1234----","AF","9501",,, 25504 ,"DK","FDH","Frederikshavn","Frederikshavn",,"12------","AF","9606",,,
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 15414 ,"US","FDH","Friendship","Friendship","WI","--3-----","RL","0307",,"4258N 08949W",
|